specs/tox.ini
Roman Gorshunov 20c81644e1 Unify publishing of docs
Unified publishing to the readthedocs with other Airship projects.

Change-Id: I88e7e952c366fa2679e56ab07cb4c7557d905ad9
2018-09-17 18:23:28 +02:00

19 lines
259 B
INI

[tox]
envlist = docs
skipsdist = True
[testenv]
basepython=python3
deps=
-rdoc/requirements.txt
[testenv:venv]
commands = {posargs}
[testenv:docs]
whitelist_externals=
rm
commands=
rm -rf doc/build
sphinx-build -W -b html doc/source doc/build/html