update tox:docs python to rtd python
This commit is contained in:
parent
69936d32a5
commit
a36b74ead8
2
tox.ini
2
tox.ini
|
@ -81,7 +81,7 @@ setenv =
|
||||||
PYTHONWARNDEFAULTENCODING=
|
PYTHONWARNDEFAULTENCODING=
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python3.9 # sync with rtd to get errors
|
basepython = python3.12 # sync with rtd to get errors
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/doc/en/requirements.txt
|
-r{toxinidir}/doc/en/requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue