sphinxmark is currently broken due to Sphinx 2.0.0 release, this patch drops all of the code which uses it for now until we land an upstream fix that unbreaks us. Change-Id: Iba0bc579b6a82046ca0a0d7177d2ba9fd95ac3a4
11 lines
408 B
Plaintext
11 lines
408 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.
|
|
|
|
# this is required for the docs build jobs
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
|
openstackdocstheme>=1.29.2 # Apache-2.0
|
|
reno>=2.5.0 # Apache-2.0
|
|
doc8>=0.6.0 # Apache-2.0
|
|
bashate>=0.5.1 # Apache-2.0
|