diff --git a/docs/conf.py b/docs/conf.py index 656b4dd..92c80f1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,8 @@ # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration -extensions = ['sphinx.ext.autodoc'] +extensions = ['sphinx.ext.autodoc', + 'sphinx_rtd_theme'] templates_path = ['_templates'] exclude_patterns = [] @@ -24,5 +25,7 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'classic' +#html_theme = 'classic' +# https://sphinx-rtd-theme.readthedocs.io/en/stable/installing.html +html_theme = "sphinx_rtd_theme" # html_static_path = ['_static']