From 0dc019bba74125bb5610f4afcbd2f3a34ce4dbfb Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Fri, 12 Sep 2025 11:23:57 +0200 Subject: [PATCH] docs: conf.py: remove deprecated get_html_theme_path call For Sphinx `v8.1.3` compatibility remove the `get_html_theme_path` call. Fixes: https://github.com/cpp-pm/hunter/issues/807 --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 54eeb070eb..03474f5bcf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -131,7 +131,6 @@ if not on_rtd: # only import and set the theme if we're building docs locally import sphinx_rtd_theme html_theme = 'sphinx_rtd_theme' - html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] ### Suppress warnings: http://stackoverflow.com/a/28778969/2288008 { if not on_rtd: