aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-02-20 14:17:43 +0100
committerthmsdt <thomas.kulik@telekom.de>2024-02-21 07:11:33 +0100
commit5210a5d2f545a6d5b15363783ec6d7e7ff41c387 (patch)
tree113bb24a693c09923400f268c0f17bfe73580721
parent2140c3d6108068336e5b1c983457b53db2c352f2 (diff)
[Documentation] Add python compatibility module
Required to prevent build problems Issue-ID: DOC-823 Change-Id: I1ff25188642176ac2952d4288dc1550746000d6c Signed-off-by: thmsdt <thomas.kulik@telekom.de>
-rw-r--r--docs/requirements-docs.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt
index 9c104de61c..be92e5dcea 100644
--- a/docs/requirements-docs.txt
+++ b/docs/requirements-docs.txt
@@ -6,3 +6,4 @@ sphinxcontrib-swaggerdoc
sphinxcontrib-spelling
sphinxcontrib-plantuml
sphinx_toolbox>=3.2.0
+six \ No newline at end of file