Go to file
Graham Hayes c144be8993 Added a incubating project config option
This allows projects that are currently incubated to use oslosphinx

To use a project needs to set

'html_theme_options = {'incubating': True}'

in their sphinx conf.py

This is option reflected by changing the side bar to have a bar
at the top that shows 'Incubated Project'

Change-Id: Ib5a06ac1749fec475d326afe19f16fffb8c7d4a7
2014-07-02 13:28:28 -05:00
2013-07-05 13:04:56 -04:00
2014-02-07 20:42:08 +00:00
2014-02-12 16:41:37 +00:00
2013-07-03 11:13:33 -04:00
2014-03-18 11:27:53 -07:00
2014-04-30 02:46:02 +00:00

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
RETIRED, Theme and utilities for Sphinx documentation tool
Readme 1.1 MiB