Update doc build dependencies

Outdated tox settings were causing doc builds to fail. This updates the
minimum version of tox and some of the requirements to more recent
version to get past some incompatibilities.

Change-Id: I8dcd06ac01c59fcacc17846e8e5f0cc08696ed16
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2023-06-29 14:22:02 +00:00 committed by Sean McGinnis
parent 8a6aaa0737
commit c356ac4c6f
No known key found for this signature in database
GPG Key ID: 33B8D6A975CFF6FE
2 changed files with 7 additions and 4 deletions

View File

@ -2,5 +2,5 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
openstackdocstheme>=2.2.1 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
doc8>=0.8.1 # Apache-2.0
sphinx>=3.5.1 # BSD

View File

@ -1,12 +1,15 @@
[tox]
minversion = 2.0
minversion = 4.0
skipsdist = True
envlist = docs
[testenv]
basepython = python3
setenv = VIRTUAL_ENV={envdir}
passenv = *_proxy *_PROXY ZUUL_*
passenv =
*_proxy
*_PROXY
ZUUL_*
[testenv:docs]
setenv =