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:
Sean McGinnis 2020-04-30 14:44:17 -05:00
parent 07a4dd548c
commit 71bf23a6a3
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
======================
Cinder Release Notes
======================
====================
Cinder Release Notes
====================
.. toctree::
:maxdepth: 1

View File

@ -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 =