Skip to content

Commit 513b060

Browse files
committed
remove deprecated theme call
1 parent df3d4dd commit 513b060

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

{{ cookiecutter.__dirname }}/docs/{% if cookiecutter.sphinx_docs in ['y', 'yes'] %}conf.py{% endif %}

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ napoleon_numpy_docstring = False
121121
import sphinx_rtd_theme
122122

123123
html_theme = "sphinx_rtd_theme"
124-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."]
125124

126125
# Add any paths that contain custom static files (such as style sheets) here,
127126
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)