docs: need web extra when building docs via tox

This commit is contained in:
Lance Edgar 2025-01-13 13:41:14 -06:00
parent 93c5f57928
commit 9946642bf2

View file

@ -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