Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A recent problem with graphiz collaboration diagrams no rendering in 'readthedocs' #985

Open
The9Cat opened this issue Jul 9, 2024 · 0 comments

Comments

@The9Cat
Copy link

The9Cat commented Jul 9, 2024

We have successfully used breathe to integrate our C++ class documentation from doxygen into our Sphinx readthedocs online manual. However, sometime in the last few months, the graphiz renderings have ceased to work. There have been no changes to repository during that time, so something else must have changed on the readthedocs side. The rendered html still works correctly on a local build using Ubuntu 24.04 packages for Sphinx and Breathe, but the same source built by readthedocs shows stuff like

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "2" [label="cxxopts::Value" tooltip="cxxopts::Value"] "1" [label="cxxopts::values::abstract_value< T >" tooltip="cxxopts::values::abstract_value< T >" fillcolor="#BFBFBF"] "4" [label="cxxopts::values::standard_value< T >" tooltip="cxxopts::values::standard_value< T >"] "3" [label="std::enable_shared_from_this< Value >" tooltip="std::enable_shared_from_this< Value >"] "2" -> "3" [dir=forward tooltip="public-inheritance"] "1" -> "2" [dir=forward tooltip="public-inheritance"] "4" -> "1" [dir=forward tooltip="public-inheritance"] }

rather than the rendered graphic element.

Does anyone have any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant