move tox tests to new dependency format

This commit is contained in:
Ariel Rin 2023-11-01 13:15:18 +10:00
parent 6118c0ddec
commit 77e5747a23
No known key found for this signature in database

View File

@ -25,9 +25,7 @@ commands =
[testenv:docs]
description = invoke sphinx-build to build the HTML docs
basepython = python3.9
skip_install = True
deps = -r{toxinidir}/docs/requirements.txt
install_command = python -I -m pip install {opts} {packages}
basepython = python3.11
install_command = pip install -e ".[docs]" -U {opts} {packages}
commands =
sphinx-build -T -E -b html -d "{toxworkdir}/docs_doctree" -D language=en docs "{toxworkdir}/docs_out" {posargs}