Merge "Make releasenotes build parallel"

This commit is contained in:
Zuul
2020-05-29 17:08:51 +00:00
committed by Gerrit Code Review
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

@@ -45,7 +45,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 =