diff --git a/conf.py b/conf.py index de4e546..e0e3f16 100644 --- a/conf.py +++ b/conf.py @@ -24,5 +24,5 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'alabaster' +html_theme = "sphinx_rtd_theme" html_static_path = ['_static']