From b067fc17d2bedc1be2be93137106884694c43eaa Mon Sep 17 00:00:00 2001 From: alex-rakowski Date: Fri, 6 Oct 2023 03:17:00 -0700 Subject: [PATCH] adding "sphinx_rtd_theme" to conf.py --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 30ee084fe..faad8dee0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -36,7 +36,7 @@ # 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.ext.autodoc", "sphinx.ext.napoleon", "sphinx.ext.intersphinx"] +extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx.ext.intersphinx", "sphinx_rtd_theme"] # Other useful extensions # sphinx_copybutton