Document plantuml usage
See original GitHub issueDocument how to use sphinxcontrib-plantuml with RTD.
Because X11 isn’t exposed through docker, java needs to be called in headless mode. Heck, we can likely set this in our conf.py template as well, so that users have the correct config.
To get it to work, you’ll need:
plantuml = 'java -Djava.awt.headless=true -jar /usr/share/plantuml/plantuml.jar'
Also, you need to run the latest
image.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Open-source tool that uses simple textual descriptions to draw ...
Easily create beautiful UML Diagrams from simple textual description. There are also numerous kind of available diagrams. It's also possible to export ...
Read more >Ashley's PlantUML Documentation — Ashley's PlantUML Doc ...
This is documentation about how to use PlantUML the commands, keywords, options, and other information you need to produce diagrams with PlantUML.
Read more >PlantUML Language Reference Guide
You can use reference in a diagram, using the keyword ref over. @startuml ... In a configuration file, provided in the command line...
Read more >Productivity Hack: Visual Documentation Using PlantUML
We can use this tool for visual documentation purposes as it has in-built support to a class, object, sequence, activity, and use case...
Read more >Create UML Diagrams using PlantUML | The .NET Tools Blog
Use the PlantUML toolwindow to manage diagrams, for example, refreshing or zooming into a diagram. You may want to save them as a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for providing the needed plantuml command 👍
The extension Sphinx-Needs is using plantuml for some stuff and I have just added an installation section how to use it for rtd: https://sphinxcontrib-needs.readthedocs.io/en/latest/installation.html#install-plantuml
If I find some time, I’ll write the needed docs. But unfortunately not in the next days.
So here is the text as screenshot. For the latest version (and text to copy) see link above.
Thanks for the fast answer. I have created an extra issue: #9599