From f7429f0d64cbe6054ef9c1a186ce5c1a9210d06f Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 7 Oct 2024 14:51:48 -0500 Subject: [PATCH] remove deprecated sphinx theme call Signed-off-by: foamyguy --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9bcdbc1..380fef3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -108,7 +108,6 @@ import sphinx_rtd_theme html_theme = "sphinx_rtd_theme" - html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."] except: html_theme = "default" html_theme_path = ["."]