From a0e0c86b6d3ae72ccf2881df89541b56cfd98ca0 2024-10-19 18:14:33 From: M Bussonnier Date: 2024-10-19 18:14:33 Subject: [PATCH] Fix the failure of "Build docs" workflow (#14544) Fixes #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" ``` --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 3e13726..d5892ca 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -131,7 +131,6 @@ warning_is_error = config["numpydoc"]["warning_is_error"] # Options for HTML output # ----------------------- -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # - html_theme # - html_static_path # Add any paths that contain custom static files (such as style sheets) here,