Make releasenotes build parallel
Sphinx extensions now report parallel ability allowing our builds to use some concurrency. This takes execution time from over 5 minutes to less than a minute in some cases. Depends-on: https://review.opendev.org/#/c/719513/ Depends-on: https://review.opendev.org/#/c/724666/ Change-Id: I44165bd1e9de15c6f2553e7e4753b67e5171ff70 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
07a4dd548c
commit
71bf23a6a3
@ -1,6 +1,6 @@
|
||||
======================
|
||||
Cinder Release Notes
|
||||
======================
|
||||
====================
|
||||
Cinder Release Notes
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
2
tox.ini
2
tox.ini
@ -46,7 +46,7 @@ commands =
|
||||
|
||||
[testenv:releasenotes]
|
||||
deps = {[testenv:docs]deps}
|
||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
commands = sphinx-build -a -E -W -j auto -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
[testenv:functional]
|
||||
setenv =
|
||||
|
Loading…
x
Reference in New Issue
Block a user