ceph-ansible/docs/tox.ini

11 lines
183 B
INI
Raw Normal View History

[tox]
envlist = docs
skipsdist = True
[testenv:docs]
basepython=python
changedir=source
deps=sphinx
commands=
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html