summaryrefslogtreecommitdiffstats
path: root/docs/tox.ini
diff options
context:
space:
mode:
authorTrevor Lovett <trevor.lovett@att.com>2020-03-03 22:39:16 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-03 22:39:16 +0000
commited541ef354ab8f6c5049d81d7cb701e70bab3bd9 (patch)
tree8304cbe3c6729fc3edcde7ca4ce67d580d66ba0e /docs/tox.ini
parent5f79cc7a3e2530bf0aad7785130f91f4584a515e (diff)
parent3c49e1c6f5c0c815139cb3a46549c72464703029 (diff)
Merge "Migrate vnfrqts-requirements docs"
Diffstat (limited to 'docs/tox.ini')
-rw-r--r--docs/tox.ini22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/tox.ini b/docs/tox.ini
new file mode 100644
index 0000000..edac8c3
--- /dev/null
+++ b/docs/tox.ini
@@ -0,0 +1,22 @@
+[tox]
+minversion = 1.6
+envlist = docs,
+skipsdist = true
+
+[testenv:docs]
+basepython = python3
+deps = -r{toxinidir}/requirements-docs.txt
+commands =
+ sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
+ echo "Generated docs available in {toxinidir}/_build/html"
+whitelist_externals =
+ echo
+ git
+ sh
+
+[testenv:docs-linkcheck]
+basepython = python3
+#deps = -r{toxinidir}/requirements-docs.txt
+commands = echo "Link Checking not enforced"
+#commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck
+whitelist_externals = echo