docs: need web extra when building docs via tox
This commit is contained in:
parent
93c5f57928
commit
9946642bf2
2
tox.ini
2
tox.ini
|
@ -12,6 +12,6 @@ commands = pytest --cov=wutta_corepos --cov-report=html --cov-fail-under=100
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python3.11
|
basepython = python3.11
|
||||||
extras = docs
|
extras = web,docs
|
||||||
changedir = docs
|
changedir = docs
|
||||||
commands = sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs
|
commands = sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs
|
||||||
|
|
Loading…
Reference in a new issue