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

restore inheritance-diagram commands to docs #7

Open
mscarey opened this issue Oct 19, 2021 · 0 comments
Open

restore inheritance-diagram commands to docs #7

mscarey opened this issue Oct 19, 2021 · 0 comments

Comments

@mscarey
Copy link
Owner

mscarey commented Oct 19, 2021

I deleted the inheritance-diagram commands from the docs because ReadTheDocs failed to render them, and just showed the graphviz text. For example:

digraph inheritance0e43d7d153 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "ABC" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="Helper class that provides a standard way to create an ABC using"]; "Assertion" [URL="#nettlesome.statements.Assertion",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica,

It gave the error message WARNING: dot command ‘dot’ cannot be run (needed for graphviz output), check the graphviz_dot setting

The issue is the subject of an unanswered StackOverflow question:
See https://stackoverflow.com/questions/63503855/warning-dot-command-dot-cannot-be-run#

I have a feeling the problem would go away if I switched from setup.cfg to setup.py

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