diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-08-31 22:10:06 +0200 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2022-11-28 14:47:23 +0100 |
commit | 0f7accdc126c808dc952ee98d05ea48417c6b8b7 (patch) | |
tree | b74833d59d3d6d999a3cd369c2082c1415e42cda | |
parent | 5124d34a8885dd64896a6dc532b63824f6e0eb02 (diff) |
Force py3.8 in tox.ini
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
-rw-r--r-- | docs/tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 585906b..9728fc4 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 = |