From 874c367c729bd8d5fc8ba8a1a0f8ffcb905ab8d7 Mon Sep 17 00:00:00 2001 From: enriquezgarc Date: Thu, 10 Oct 2024 13:18:17 +0200 Subject: [PATCH] docs/conf.py: Removed get_html_theme_path for rtd conf. Signed-off-by: enriquezgarc --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 45264343db8a..f006d0d3023c 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -131,7 +131,7 @@ import sphinx_rtd_theme html_theme = "sphinx_rtd_theme" - html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."] + html_theme_path = ["."] except: html_theme = "default" html_theme_path = ["."]