e68d33ef68
This updates our thread extension and tox command for docs builds to use the available number of cores to multithread the docs build. This can speed things up significantly. Depends-on: https://review.opendev.org/741026 Change-Id: I1ba656390094b4e1c6d3fb7bb3028eadb11c4d08 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
10 lines
418 B
Plaintext
10 lines
418 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
reno>=3.1.0 # Apache-2.0
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
os-api-ref>=1.5.0 # Apache-2.0
|
|
sphinxcontrib-apidoc>=0.2.0 # BSD
|
|
sphinx-feature-classification>=1.1.0 # Apache 2.0
|