summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorrr929y <rr929y@att.com>2017-08-07 11:11:13 -0700
committerrr929y <rr929y@att.com>2017-08-07 11:11:13 -0700
commit5b1cee279df29c502081d515ab0d5eab4dbeef90 (patch)
treef22e986e671c9ac5bb16751b5a4c10fc4d9eb0a9 /tox.ini
parentff53ab41efa1db5c6430126e9695b64ff743b322 (diff)
VNFRQTS Requirements -- Inital Chapter File Commit
VNFRQTS Requirements -- Inital commit of chapter files and document outline Change-Id: Ibfbc639b663ab0f83093f772c6ec6fbe09c8d45a Issue-ID:VNFRQTS-25 Signed-off-by: rr929y <rr929y@att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..b3ee8fc
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,15 @@
+[tox]
+minversion = 1.6
+envlist = docs,docs-linkcheck
+skipsdist = true
+
+[testenv:docs]
+deps = -r{toxinidir}/etc/requirements.txt
+commands =
+ sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+ echo "Generated docs available in {toxinidir}/docs/_build/html"
+whitelist_externals = echo
+
+[testenv:docs-linkcheck]
+deps = -r{toxinidir}/etc/requirements.txt
+commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck