From dfd7595708c0ef68fed72fb20199c8dff17d0f67 Mon Sep 17 00:00:00 2001 From: Julie Prestopnik Date: Mon, 16 Oct 2023 15:59:52 -0600 Subject: [PATCH] Added sphinx_rtd_theme to extensions --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index be015a95..040227cf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,8 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx_gallery.gen_gallery', - 'sphinx_design'] + 'sphinx_design', + 'sphinx_rtd_theme',] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']