Hi,
I have a doc system which uses plantuml to create uml and dot images directly into sphinx via the sphinxcontrib-plantuml extension
For the uml part, I would like to use a config file with some standard setup for colours, stereotypes etc, but doing that causes the dot diagrams (using@startdot etc) to fail, due to a syntax error from the contents of the config file.
I have tested the use of such a config file with @startdot diagrams, just using plantuml and found that it fails.
Please can you fix plantuml to ignore the config file for @startdot diagrams as I don't think the config file is useful in that case.
Thanks,
Jonathan