Skip to content

Commit

Permalink
remove deprecated get_html_theme_path call
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bailey authored and Stephen Bailey committed Mar 4, 2025
1 parent d4b7073 commit cba3ce8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@
try:
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# no longer needed and causes deprecation WARNING in sphinx 7.4.7
### html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
except ImportError:
pass

Expand Down

0 comments on commit cba3ce8

Please sign in to comment.