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