RETIRED, Theme and utilities for Sphinx documentation tool
64fe08f931
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 |
||
---|---|---|
doc/source | ||
oslosphinx | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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.