diff --git a/docs/conf.py b/docs/conf.py index 0a18d0f..3562850 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,5 +34,5 @@ autodoc_mock_imports = [ # -- 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']