remove deprecated get_html_theme_path() call

Signed-off-by: foamyguy <foamyguy@gmail.com>
This commit is contained in:
foamyguy 2024-10-07 09:24:05 -05:00
parent 248d7b1413
commit 1697f39325

View file

@ -113,7 +113,6 @@ napoleon_numpy_docstring = False
import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."]
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,