Skip to content

Commit

Permalink
chore: update to try with plantuml diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
julen-garcia committed Sep 18, 2024
1 parent 7679efa commit acab20d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

- name: Python install
run: |
apt-get install plantuml -y
python -m pip install --upgrade pip
python -m pip install ltd-conveyor
python -m pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
html_title = project
html_short_title = project
extensions += ["sphinx.ext.autosectionlabel"]
extensions += ['sphinxcontrib.plantuml']
autosectionlabel_prefix_document = True
2 changes: 1 addition & 1 deletion docs/ts_tma_tma-documentation_tma-faults
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This section is for documentation for the TMA users.
:titlesonly:

docs/ts_tma_tma-documentation_eui-manual-english/index
docs/ts_tma_tma-documentation_tma-faults/TMA Faults

.. _maintenance-documentation:

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
documenteer[guide]>=0.6.0
sphinxcontrib-plantuml

0 comments on commit acab20d

Please sign in to comment.