Unified Modeling Language (UML)

Installation

  1. Install plantuml:

    $ sudo apt install plantuml
    
    $ brew install plantuml
    
  2. Install sphinxcontrib-plantuml:

    $ bin/python -m pip install sphinxcontrib-plantuml
    
    C:> Scripts\python -m pip install sphinxcontrib-plantuml
    
  3. We then configure the conf.py:

    extensions = [
        ...,
        'sphinxcontrib.plantuml',
        ]
    
    plantuml = '/PATH/TO/PLANTUML'
    

    Note

    Also in Windows, the path is specified with /.