Skip to content

Commit

Permalink
chore: remove call to deprecated get_html_theme_path()
Browse files Browse the repository at this point in the history
Resolves:

	sphinx.errors.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.
  • Loading branch information
cfm committed Oct 16, 2024
1 parent 43f10f4 commit 437d471
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
import sphinx_rtd_theme

html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
except ImportError:
# This theme is included with Sphinx and is quite nice (based
# on the Pocoo themes), but since we're using the RTD theme
Expand Down

0 comments on commit 437d471

Please sign in to comment.