diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 14:19:19 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 14:19:32 +0100 |
commit | 5d24f2ec59a6756e22f8e4b0eb7071e87edcd3a7 (patch) | |
tree | 5ea1ad3734e69142073620cb132021bec9494106 | |
parent | 0490b2fa6ad103fd9afddc621d75af4b7dd701ee (diff) |
add python compatibility module
Issue-ID: DOC-823
Change-Id: I3a56ef406eca4810215b7d5674825a7944393fb6
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
-rw-r--r-- | docs/requirements-docs.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index ba3e0ec..097282b 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -4,4 +4,5 @@ sphinxcontrib-blockdiag # BSD sphinxcontrib-seqdiag # BSD sphinxcontrib-swaggerdoc sphinxcontrib-spelling -sphinxcontrib-plantuml
\ No newline at end of file +sphinxcontrib-plantuml +six |