summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-02-20 14:09:16 +0100
committerJessica Wagantall <jwagantall@linuxfoundation.org>2024-02-20 16:45:34 -0800
commit8717ee5d7e15eec8153095373c86f6149db3069b (patch)
tree5401ac4c67f119ee55206cefdf6f40d0aee46f58 /docs
parent9c828b70d48d6c7d6668eda4d61239cfb2b28570 (diff)
add python compatibility moduleHEADmaster
Issue-ID: DOC-823 Change-Id: If3350bff279703f9e9c4bb06f8b16886c02a6585 Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/requirements-docs.txt3
-rw-r--r--docs/tox.ini4
2 files changed, 4 insertions, 3 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
diff --git a/docs/tox.ini b/docs/tox.ini
index 1613246..9fe4142 100644
--- a/docs/tox.ini
+++ b/docs/tox.ini
@@ -12,8 +12,8 @@ deps =
commands =
sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
echo "Generated docs available in {toxinidir}/_build/html"
+allowlist_externals = echo
whitelist_externals =
- echo
git
sh
@@ -22,7 +22,7 @@ basepython = python3.8
#deps = -r{toxinidir}/requirements-docs.txt
commands = echo "Link Checking not enforced"
#commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck
-whitelist_externals = echo
+allowlist_externals = echo
[testenv:docs-spellcheck]
basepython = python3.8