Merge "Speedup documentation page generation"
This commit is contained in:
commit
90257b5a67
16
tox.ini
16
tox.ini
@ -330,7 +330,6 @@ deps =
|
||||
commands =
|
||||
|
||||
[testenv:linkcheck]
|
||||
|
||||
allowlist_externals = sh
|
||||
basepython = {[docs]basepython}
|
||||
envdir = {[docs]envdir}
|
||||
@ -338,17 +337,12 @@ deps = {[docs]deps}
|
||||
commands =
|
||||
{[docs]commands}
|
||||
sh -c 'cd {toxinidir}/doc/source && sphinx-build -W -b linkcheck . ../build/linkcheck'
|
||||
# Do not install any requirements. We want this to be fast and work even if
|
||||
# system dependencies are missing, since it's used to tell you what system
|
||||
# dependencies are missing! This also means that bindep must be installed
|
||||
# separately, outside of the requirements files.
|
||||
usedevelop = false
|
||||
usedevelop = true
|
||||
skipsdist = true
|
||||
skip_install = true
|
||||
|
||||
|
||||
[testenv:docs]
|
||||
|
||||
allowlist_externals = sh
|
||||
basepython = {[docs]basepython}
|
||||
envdir = {[docs]envdir}
|
||||
@ -357,13 +351,9 @@ changedir = doc/source
|
||||
commands =
|
||||
{[testenv:linkcheck]commands}
|
||||
sphinx-build -W -b html . ../build/html
|
||||
# Do not install any requirements. We want this to be fast and work even if
|
||||
# system dependencies are missing, since it's used to tell you what system
|
||||
# dependencies are missing! This also means that bindep must be installed
|
||||
# separately, outside of the requirements files.
|
||||
usedevelop = false
|
||||
usedevelop = true
|
||||
skipsdist = true
|
||||
skip_install = false
|
||||
skip_install = true
|
||||
|
||||
|
||||
[testenv:releasenotes]
|
||||
|
Loading…
Reference in New Issue
Block a user