20c81644e1
Unified publishing to the readthedocs with other Airship projects. Change-Id: I88e7e952c366fa2679e56ab07cb4c7557d905ad9
19 lines
259 B
INI
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
|