Merge "Make releasenotes build parallel"
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
======================
|
||||
Cinder Release Notes
|
||||
======================
|
||||
====================
|
||||
Cinder Release Notes
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
2
tox.ini
2
tox.ini
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user