93daffe410
- Uses new openstackdocstheme configured with the api_ref sidebar. - Updates intro text to ensure we get the same text as what was in the developer.openstack.org/api_ref.html landing page. - With these changes we should be able to completely remove and redirect developer.openstack.org/api_ref.html to http://developer.openstack.org/api-guide/quick-start/. Change-Id: I5ea811aac3b34774b9cdde6c0d788b12b97977bb
13 lines
475 B
Plaintext
13 lines
475 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.
|
|
pbr>=1.6
|
|
openstack-doc-tools>=1.0.0
|
|
doc8 # Apache-2.0
|
|
Pygments
|
|
# At least 1.3 is required for dedent in code blocks. Capped to 1.3 to not get an automatic update to any newer versions.
|
|
sphinx>=1.3,!=1.3b1,<1.4
|
|
openstackdocstheme>=1.5.0
|
|
nwdiag
|
|
sphinxcontrib-nwdiag
|