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 2cc78cd672
commit 034f89ba54

View file

@ -112,7 +112,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,