blueprints/tox.ini
Artem Goncharov b8547fd8bf
add first blueprint (#1)
add first blueprint

Reviewed-by: kucerakk <kucerakk@gmail.com>
Reviewed-by: Vladimir Hasko <vladimirhasko@gmail.com>
Reviewed-by: Artem Goncharov <Artem.goncharov@gmail.com>
2022-02-11 13:18:09 +00:00

27 lines
586 B
INI

[tox]
minversion = 3.6.0
envlist = docs
ignore_basepython_conflict = true
[testenv]
basepython = python3
usedevelop = true
deps =
# -c{env:TOX_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
-r{toxinidir}/doc/requirements.txt
sitepackages = False
whitelist_externals =
rm
[testenv:venv]
commands = {posargs}
[testenv:docs]
deps =
-r{toxinidir}/doc/requirements.txt
pre-commit
commands =
# pre-commit run -a
rm -rf doc/build/hml doc/build/doctrees
sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html