mirror of https://github.com/ceph/ceph-ansible.git
11 lines
183 B
INI
11 lines
183 B
INI
|
[tox]
|
||
|
envlist = docs
|
||
|
skipsdist = True
|
||
|
|
||
|
[testenv:docs]
|
||
|
basepython=python
|
||
|
changedir=source
|
||
|
deps=sphinx
|
||
|
commands=
|
||
|
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|