diff --git a/docs/conf.py b/docs/conf.py index da01159a..473903fc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,6 +22,12 @@ # sys.path.insert(0, os.path.abspath('.')) +import sphinx_rtd_theme + +html_theme = "sphinx_rtd_theme" + +html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] + # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here.