libvirtd_exporter/tox.ini
Mohammed Naser 470b898f16 add docs
Change-Id: Id0daef4fe2c7bad13312b2c1e41b7364403fd18c
2020-04-15 14:08:57 -04:00

11 lines
203 B
INI

[tox]
minversion = 2.0
skipsdist = True
[testenv:docs]
deps =
-r{toxinidir}/doc/requirements.txt
commands =
doc8 doc/source
sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html