From ab59a061081cd5fc4124db8102dace5b7902b6ed Mon Sep 17 00:00:00 2001 From: "Leaf, Andrew T" Date: Thu, 17 Oct 2024 11:03:41 -0500 Subject: [PATCH] docs: remove html_theme_path; deprecated in Sphinx>=8 --- docs/source/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8c3bc988..134fdcd0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -134,8 +134,6 @@ html_theme = 'sphinx_rtd_theme' import sphinx_rtd_theme -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] - # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation.