]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
docs: create a separate docs tox.ini
authorAlfredo Deza <adeza@redhat.com>
Fri, 7 Apr 2017 15:41:59 +0000 (11:41 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 7 Apr 2017 15:41:59 +0000 (11:41 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
docs/tox.ini [new file with mode: 0644]

diff --git a/docs/tox.ini b/docs/tox.ini
new file mode 100644 (file)
index 0000000..028c343
--- /dev/null
@@ -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