remove deprecated get_html_theme_path() call
Signed-off-by: foamyguy <foamyguy@gmail.com>
This commit is contained in:
parent
3f6f08bfcd
commit
51a200a0dc
1 changed files with 0 additions and 1 deletions
|
|
@ -103,7 +103,6 @@ napoleon_numpy_docstring = False
|
||||||
import sphinx_rtd_theme
|
import sphinx_rtd_theme
|
||||||
|
|
||||||
html_theme = "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,
|
# 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,
|
# relative to this directory. They are copied after the builtin static files,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue