Mohammed Naser 38054e2625 build docs
Change-Id: Ida67463533ae9ddf5508c290e9fe898605bd4659
2020-04-11 15:13:16 -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