add python compatibility module 05/137305/6 master
authorthmsdt <thomas.kulik@telekom.de>
Tue, 20 Feb 2024 13:11:07 +0000 (14:11 +0100)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 21 Feb 2024 00:40:39 +0000 (16:40 -0800)
Issue-ID: DOC-823
Change-Id: Ia28c11642eeddd9b2bbbac913ba2352bb6cbb7e3
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
docs/requirements-docs.txt
docs/tox.ini

index 8c4c451..097282b 100644 (file)
@@ -5,5 +5,4 @@ sphinxcontrib-seqdiag # BSD
 sphinxcontrib-swaggerdoc
 sphinxcontrib-spelling
 sphinxcontrib-plantuml
-
-
+six
index ddafc78..6b95b8a 100644 (file)
@@ -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