diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 14:11:07 +0100 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2024-02-20 16:40:39 -0800 |
commit | 8bea0a13c223aff43f98f0cb6426379bb23e8894 (patch) | |
tree | 1defd0b21bf5da9818ed3e329489cec4d9833e7d | |
parent | 821e375b20e95b575cd5c7ffdfc4e0f3691d969b (diff) |
Issue-ID: DOC-823
Change-Id: Ia28c11642eeddd9b2bbbac913ba2352bb6cbb7e3
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
-rw-r--r-- | docs/requirements-docs.txt | 3 | ||||
-rw-r--r-- | docs/tox.ini | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 8c4c4511..097282b9 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -5,5 +5,4 @@ sphinxcontrib-seqdiag # BSD sphinxcontrib-swaggerdoc sphinxcontrib-spelling sphinxcontrib-plantuml - - +six diff --git a/docs/tox.ini b/docs/tox.ini index ddafc780..6b95b8af 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 |