diff options
Diffstat (limited to 'cps-rest')
0 files changed, 0 insertions, 0 deletions
![]() |
index : cps | |
"cps" | Grokmirror user |
aboutsummaryrefslogtreecommitdiffstats |
[tox]
minversion = 1.6
envlist = docs
skipsdist = true
[testenv:docs]
deps = -r{toxinidir}/etc/requirements.txt
commands =
sh {toxinidir}/shell/smsummary.sh {toxinidir}/docs/_static/smsummary.out
echo "Summary of submodule versions used in html build in {toxinidir}/docs/_static/smsummary.out"
sphinx-build -j 1 -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
echo "Generated docs available in {toxinidir}/docs/_build/html"
whitelist_externals =
echo
git
sh
[testenv:local]
deps = -r{toxinidir}/etc/requirements.txt
commands =
git submodule update --depth 1 --init
sphinx-build -j 4 -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
echo "Generated docs available in {toxinidir}/docs/_build/html"
whitelist_externals =
echo
git
[testenv:linkcheck]
deps = -r{toxinidir}/etc/requirements.txt
commands = sphinx-build -j 4 -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
[testenv:spellcheck]
deps =
-r{toxinidir}/etc/requirements.txt
sphinxcontrib-spelling
commands =
sphinx-build -b spelling -Dextensions=sphinxcontrib.spelling -Dspelling_word_list_filename=validwords.txt -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/spellcheck
© 2017 ONAP a Linux Foundation Collaborative Project. All Rights Reserved.
Linux Foundation is a registered trademark of The Linux Foundation. Linux is a registered trademark of Linus Torvalds.
Please see our privacy policy and terms of use