64fe08f931
Doug Hellmann
64fe08f931
Add pbr to installation requirements
Add pbr to the list of installation requirements so that it is installed via pip before this library is installed, instead of with easy_install. This avoids issues like Bug #1384919, and ensures that projects that use this library as a dependency are properly installed. Change-Id: I6c155370dbd01fe4748d5137bdf288e8d3e1a67e
OpenStack Sphinx Extensions
Theme and extension support for Sphinx documentation from the OpenStack project.
To use the theme, add 'oslosphinx'
to the
extensions
list in the conf.py
file in your
Sphinx project.
If you are an incubating project, set:
html_theme_options = {'incubating': True}
in your
conf.py as well, to enable the Incubation theme.
Description