summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2022-08-31 22:10:06 +0200
committerThomas Kulik <thomas.kulik@telekom.de>2022-11-28 13:56:10 +0000
commitba76bde0e25f2fd4818bb14607bf8265cd353342 (patch)
tree537c20bde809ba13d1ee9ba7b9468e21b83efd5a
parentab8f0e7fb10ade51132bb04b3abf6b7c32c7740f (diff)
Force py3.8 in tox.inikohn
It allows leveraging on OpenStack Yoga's upper-contraints without any exception. Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ide0b05c0e0c4fdd10270ad670977cb145a3ff6a7 (cherry picked from commit 0f7accdc126c808dc952ee98d05ea48417c6b8b7)
-rw-r--r--docs/tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/tox.ini b/docs/tox.ini
index d1bc610..30252ce 100644
--- a/docs/tox.ini
+++ b/docs/tox.ini
@@ -12,6 +12,7 @@ deps =
commands =
sphinx-build -q -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html
+#
#[testenv:docs-linkcheck]
#basepython = python3.8
#deps =