This creates a dedicated doc/requirements.txt for doc-only dependencies like sphinx packages so we can decouple those from the test-requirements.txt. As a result, the missing oslo.serialization runtime dependency is added (I used the same version that python-novaclient uses). Due to change If558f184c959e4b63b56dec3ca1571d1034cfe5c in the openstack/requirements repo, in order to pass the requirements-check job we have to specify both the py27 and py3 versions for sphinx. Change-Id: I8bc3330a456f8bb76a17c4277a094a64fe9be449
8 lines
374 B
Plaintext
8 lines
374 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>=1.18.1 # Apache-2.0
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD
|