From 4a798e45d93f25721f145db44764b1d2e81313d4 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Wed, 21 Feb 2024 19:12:53 +0000 Subject: [PATCH] docs: Don't import sphinx_rtd_theme --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ad5252a..13493ed 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ # import sys # sys.path.insert(0, os.path.abspath('.')) -import sphinx_rtd_theme +#import sphinx_rtd_theme # -- General configuration ------------------------------------------------ @@ -140,7 +140,7 @@ # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = [] -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] +# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # The name for this set of Sphinx documents. # " v documentation" by default.