7 lines
152 B
INI
7 lines
152 B
INI
|
|
[testenv:docs]
|
|
basepython = python3.11
|
|
extras = docs
|
|
changedir = docs
|
|
commands = sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs
|