summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: c1993d9ee390d6e21637a1b20345a2967a6aacdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
pth: 1 release/overview release/installation.introduction release/userguide.introduction release/release-notes Testing Frameworks ------------------ .. toctree:: :maxdepth: 1 testing/ecosystem/index testing/testing-user testing/testing-dev Developer --------- .. toctree:: :maxdepth: 1 how-to-use-docs/index featureprojects Infrastructure -------------- .. toctree:: :maxdepth: 1 infrastructure/overview infrastructure/ci infrastructure/xci Operations Supporting Tools --------------------------- .. toctree:: :maxdepth: 1 submodules/calipso/docs/release/index Found a typo or any other feedback? Send an email to users@opnfv.org or talk to us on IRC_. .. _IRC: https://webchat.freenode.net/?channels=%23opnfv