summaryrefslogtreecommitdiffstats
path: root/docs/infrastructure
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Infrastructure Documentation Structure UpdatesTrevor Bramwell2-6/+15
2017-09-29Add references to XCI documentationFatih Degirmenci2-4/+11
2017-09-29Adjust infra documentationFatih Degirmenci1-32/+6
2017-09-29Adjust the structure for infra documentationFatih Degirmenci6-47/+117
2017-09-29Put initial structure for infra documentationFatih Degirmenci2-14/+47
2017-08-27infra: Add proposal for including infra documentationFatih Degirmenci1-0/+14
n = 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