47149987c1
- Adds a theme variable, sidebar_dropdown, to set a dropdown menu for the API references. To test, uncomment the parameter html_theme_options in doc/source/conf.py OR build the API Ref demo docs. - Adds an API Ref docs demo integrating os-api-ref and openstackdocstheme. Tested with webserver: python -m SimpleHTTPServer <port_num>. Change-Id: I346695cd407ecf4efc0a5e00f2c0ccc1ea099ec5
14 lines
404 B
Plaintext
14 lines
404 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<0.11,>=0.10.0
|
|
|
|
# this is required for the docs build jobs
|
|
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
|
|
|
|
reno>=1.8.0 # Apache2
|
|
|
|
os-api-ref>=0.4.0 # Apache-2.0
|
|
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|