From fca24d532277a401a04e2b8f0f02fb287d7ca5fd Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 1 Nov 2023 10:58:33 -0400 Subject: [PATCH] Revert bogus attempt to add sphinx_rtd_theme to conf.py --- docs/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 940e4841a..bdfd4a51c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,6 @@ import sys import os -import sphinx_rtd_theme # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -29,7 +28,7 @@ import sphinx_rtd_theme # 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.todo', 'sphinx_rtd_theme'] +extensions = ['sphinx.ext.todo'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']