Revert bogus attempt to add sphinx_rtd_theme to conf.py

This commit is contained in:
Isaac Connor
2023-11-01 10:58:33 -04:00
parent 13ec02d5f1
commit fca24d5322

View File

@@ -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']