mirror of https://github.com/ceph/ceph-ansible.git
docs: create a separate docs tox.ini
Signed-off-by: Alfredo Deza <adeza@redhat.com>pull/1421/head
parent
e2c8f1a404
commit
14d46cb2be
|
@ -0,0 +1,10 @@
|
||||||
|
[tox]
|
||||||
|
envlist = docs
|
||||||
|
skipsdist = True
|
||||||
|
|
||||||
|
[testenv:docs]
|
||||||
|
basepython=python
|
||||||
|
changedir=source
|
||||||
|
deps=sphinx
|
||||||
|
commands=
|
||||||
|
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
Loading…
Reference in New Issue