Unified Modeling Language (UML)¶
Installation¶
Install plantuml:
$ sudo apt install plantuml
$ brew install plantuml
Install sphinxcontrib-plantuml:
$ python -m pip install sphinxcontrib-plantuml
C:> python -m pip install sphinxcontrib-plantumlWe then configure the
conf.py:extensions = [ ..., "sphinxcontrib.plantuml", ] plantuml = "/PATH/TO/PLANTUML"
Note
Also in Windows, the path is specified with
/.