From eb19273543dd064713133a2437490731b8bca13c 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 2044c5f..8e6cd6c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -150,7 +150,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 = ["."]