-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
Recently, Graphviz dot files in the documentation of Quality-time (https://quality-time.readthedocs.io/en/latest/) stopped being converted to png images on RTD. Running sphinx locally works fine, and the dot files are converted to png as expected.
This version of the docs, created Jan 2, 2022, has the dot files converted: https://quality-time.readthedocs.io/en/v3.31.0-rc.4/software.html.
This version of the docs, created Jan 6, 2022, has the dot files not being converted: https://quality-time.readthedocs.io/en/v3.31.0-rc.5/software.html. Instead, the text of the dot file contents are displayed.
The only documentation-related dependency updated between these two dates in the Quality-time project was furo (bumped from 2021.11.23 to 2022.1.2), but reverting furo did not solve the issue.
Details
- Read the Docs project URL: https://readthedocs.org/projects/quality-time/
- Build URL (if applicable): https://readthedocs.org/projects/quality-time/builds/15701306/
- Read the Docs username (if applicable): fniessink
Expected Result
Graphviz dot files being converted to png and being displayed.
Docs with converted dot file: https://quality-time.readthedocs.io/en/v3.31.0-rc.4/software.html
Actual Result
The text of the dot file is shown instead of the png image.
Docs without conversion of dot file: https://quality-time.readthedocs.io/en/v3.31.0-rc.5/software.html