From ba76bde0e25f2fd4818bb14607bf8265cd353342 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 31 Aug 2022 22:10:06 +0200 Subject: Force py3.8 in tox.ini MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It allows leveraging on OpenStack Yoga's upper-contraints without any exception. Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier Change-Id: Ide0b05c0e0c4fdd10270ad670977cb145a3ff6a7 (cherry picked from commit 0f7accdc126c808dc952ee98d05ea48417c6b8b7) --- docs/tox.ini | 1 + 1 file changed, 1 insertion(+) 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 = -- cgit 1.2.3-korg