Actions
Bug #7859
closedBuild failure with read the docs theme due to use of deprecated get_html_theme_path
Affected Versions:
Effort:
low
Difficulty:
Label:
Beginner, Good First Issue
Description
Since userguide/conf.py uses the long-deprecated get_html_theme_path(), sphinx emits a warning which breaks the build since warnings are treated as errors:
WARNING: Calling get_html_theme_path is deprecated. If you are calling it to define html_theme_path, you are safe to remove that code.
[...]
build finished with problems, 1 warning (with warnings treated as errors).
Updated by Theo Buehler 7 days ago
This is encountered when the rtd_theme is picked up. See
Updated by Philippe Antoine about 3 hours ago
- Status changed from New to Closed
- Target version changed from TBD to 8.0.1
Actions