From acab20dc3d7f4e777d62142c8d5cb94c6f853583 Mon Sep 17 00:00:00 2001 From: julen_port Date: Wed, 18 Sep 2024 12:13:41 +0200 Subject: [PATCH] chore: update to try with plantuml diagrams --- .github/workflows/ci.yaml | 1 + conf.py | 1 + docs/ts_tma_tma-documentation_tma-faults | 2 +- index.rst | 1 + requirements.txt | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c03486e..c7e8fd7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/conf.py b/conf.py index ba484af..25cf5a5 100644 --- a/conf.py +++ b/conf.py @@ -10,4 +10,5 @@ html_title = project html_short_title = project extensions += ["sphinx.ext.autosectionlabel"] +extensions += ['sphinxcontrib.plantuml'] autosectionlabel_prefix_document = True diff --git a/docs/ts_tma_tma-documentation_tma-faults b/docs/ts_tma_tma-documentation_tma-faults index b87d13a..fc458ec 160000 --- a/docs/ts_tma_tma-documentation_tma-faults +++ b/docs/ts_tma_tma-documentation_tma-faults @@ -1 +1 @@ -Subproject commit b87d13a5e39f3fcfafc421ddfdc37b8b71d84986 +Subproject commit fc458ec0633a59fcb96dc0b9d714542b3e580c74 diff --git a/index.rst b/index.rst index 79e5b06..3e8fe08 100644 --- a/index.rst +++ b/index.rst @@ -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: diff --git a/requirements.txt b/requirements.txt index 1c04cd5..a359755 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ documenteer[guide]>=0.6.0 +sphinxcontrib-plantuml \ No newline at end of file