diff --git a/docs/source/conf.py b/docs/source/conf.py index d7b4ac1d87c53cb97d798c8a6d8e791c6a0ec846..9ab7c625344713c91952d64e278e2364412c3615 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,7 +14,13 @@ release = '0.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration -extensions = [] +# Add any Sphinx extension module names here, as strings. They can be +# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom +# ones. +extensions = [ + 'sphinx_rtd_theme' +] + templates_path = ['_templates'] exclude_patterns = []