Ivan Anfimov 33e82676b0 Fix small mistake in setup.cfg and update packages
Change-Id: If69edf62f784d3208551a3e8cb80f1a442c43c61
2025-05-05 21:10:31 +00:00

28 lines
453 B
INI

[tox]
minversion = 4.4
skipsdist = True
envlist = docs
[testenv]
passenv =
*_proxy
*_PROXY
ZUUL_*
[testenv:docs]
setenv =
SPHINX_WARNINGS_TRANS=1
deps =
-r{toxinidir}/doc/requirements.txt
commands =
doc8 doc/source -e txt -e rst
docstheme-build-translated.sh
[testenv:pdf-docs]
deps = {[testenv:docs]deps}
allowlist_externals =
make
commands =
sphinx-build -j auto -W -b latex doc/source doc/build/pdf
make -C doc/build/pdf