From 805d66d7bf2feb968752b855b7c8042d9dd0db48 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Thu, 10 Oct 2024 14:23:13 +0200 Subject: [PATCH] remove call to get_html_theme_path according to deprection warning of sphinx-rtd-theme>=3 --- doc/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 8cccf44..5a60810 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -134,7 +134,6 @@ else: import sphinx_rtd_theme html_theme = "sphinx_rtd_theme" - html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] except ImportError: print("no sphinx_rtd_theme found, switching to nature") html_theme = "default"