diff --git a/docs/conf.py b/docs/conf.py index 0924e5d..72e2111 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,6 +61,6 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -#html_theme = 'sphinx_rtd_theme' -html_theme = 'alabaster' +html_theme = 'sphinx_rtd_theme' +#html_theme = 'alabaster' html_static_path = ['_static']