Ivan Anfimov b94f2b5de5 Remove Salt
and fix few small errors.

Change-Id: I329d7b5a308936ac1edc30177b89a9f80cead567
2025-02-21 20:14:05 +00:00

30 lines
504 B
INI

[tox]
minversion = 4.0
skipsdist = True
envlist = docs
[testenv]
basepython = python3
setenv = VIRTUAL_ENV={envdir}
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