specs/tox.ini
Scott Hussey 85a38d98ea (zuul) Add doc build and publish jobs
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
2018-07-30 15:17:03 -05:00

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