Skip to content

Commit a0e0c86

Browse files
authored
Fix the failure of "Build docs" workflow (ipython#14544)
Fixes ipython#14542. Local run of the following command (along with previous steps) failed before deleting this line, and succeeded afterwards. ``` make -C docs/ html SPHINXOPTS="-W" \ PYTHON="coverage run -a" \ SPHINXBUILD="coverage run -a -m sphinx.cmd.build" ```
2 parents a49046c + 10b9496 commit a0e0c86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@
131131

132132
# Options for HTML output
133133
# -----------------------
134-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
135134
# - html_theme
136135
# - html_static_path
137136
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)