From 855f93a9eb0c0eebfa9396b63c24f96a52942a5a Mon Sep 17 00:00:00 2001 From: JOSHUA Robert Boverhof Date: Wed, 9 Oct 2024 14:10:30 -0700 Subject: [PATCH] remove sphinx deprecation --- 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 3bf47ccbf..240fb7c43 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -168,7 +168,7 @@ # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = [] # html_theme_path = ['_themes', ] -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.