85a38d98ea
Add jobs to check that documents build on check and gate and add a webhook for publishing to readthedocs.io on post. Change-Id: Ie6221222ca7be56598c7c7189c9a32817e2c0f85
16 lines
222 B
INI
16 lines
222 B
INI
[tox]
|
|
envlist = docs
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
basepython=python3
|
|
deps=
|
|
-rdoc/requirements.txt
|
|
|
|
[testenv:docs]
|
|
whitelist_externals=
|
|
rm
|
|
commnds=
|
|
rm -rf doc/build
|
|
sphinx-build -b html doc/source doc/build -a -E -W
|