RETIRED, Theme and utilities for Sphinx documentation tool
c7e307e359
Enhance the sidebar display to provide visual distinction between top level items and lower level items. Top level items are now given a space above them so they are visually clumped with their children, and separated from each other. They are also emboldened for greater visual distinction. Ideally sphinx would actually tag li items with their depth as a class tag, but as it currently doesn't do that we can work around it with setting at ul li, and unsetting at ul li ul li. Change-Id: I88d4317ec69fe7fd6f5c2198f89de624f0d093da |
||
---|---|---|
doc/source | ||
oslosphinx | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
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.