
Switch from python setup.py to calling sphinx-build directly, add a new doc requirements.txt file. Change-Id: I199b8ceff5740c775804ff0db52704df8cbd7b86
11 lines
298 B
Plaintext
11 lines
298 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.
|
|
|
|
hacking>=1.1.0,<1.2 # Apache-2.0
|
|
|
|
zuul
|
|
ansible>=2.7.0,<2.8
|
|
ansible-lint<4
|
|
bashate>=0.2
|