summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2021-05-06 13:47:49 +0000
committerGerrit Code Review <gerrit@onap.org>2021-05-06 13:47:49 +0000
commitcc09ff06fb78a52747ec8c6752ac2c9308553b8a (patch)
treeb6aae587e95c85d780514b02c16689443abdcfd9 /tox.ini
parent531b33affef1b9f51566c4d3a1e5b5e5a3623093 (diff)
parent32d2daf4c1c9a01c6cc6e9b4218b9f4d2650b8e8 (diff)
Merge "Template updates - sections"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index f3a4d0ea3..fb0f73464 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,6 +14,15 @@ whitelist_externals =
git
sh
+[testenv:docs-templates]
+basepython = python3
+deps = -r{toxinidir}/etc/requirements.txt
+commands =
+ sphinx-build -b html -n -d {envtmpdir}/doctrees -c {toxinidir}/docs ./docs/guides/onap-developer/how-to-use-docs/templates {toxinidir}/docs/_build/html/templates
+ echo "Generated docs available in {toxinidir}/docs/_build/html/templates"
+whitelist_externals =
+ echo
+
[testenv:local]
basepython = python3
deps = -r{toxinidir}/etc/requirements.txt