From f9b28957d22431047cf538218c1e1c3539a1fe02 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:19:57 +0300 Subject: [PATCH] Fix SphinxWarning: Calling get_html_theme_path is deprecated. If you are calling it to define html_theme_path, you are safe to remove that code --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 09c8a3b7..3bc9303b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -99,7 +99,6 @@ # a list of builtin themes. if sphinx_rtd_theme: html_theme = "sphinx_rtd_theme" - html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] else: html_theme = "default"