Go to file
Sean M. Collins 3dc657301e Ignore tox directory
Change-Id: Ie1ca96758c18a46760da44e1f08433b6f3b812c7
2015-04-07 10:57:28 -04:00
2015-04-07 10:57:28 -04:00
2015-02-03 12:28:09 -05:00
2015-02-21 10:49:08 +01:00
2015-04-07 09:03:59 -05:00
2015-01-28 16:21:43 -05:00

OpenStack docs.openstack.org Sphinx Theme

Theme and extension support for Sphinx documentation that is published to docs.openstack.org. Intended for use by OpenStack projects.

Using the Theme

Prior to using this theme, ensure your project can use the OpenStack brand by referring to the brand guidelines at http://www.openstack.org/brand.

Update the requirements list for your project to include openstackdocstheme (usually in test-requirements.txt).

If your project previously used the oslosphinx theme (without modifying the header navigation), remove oslosphinx from your requirements list, and then in your conf.py you can remove the import statement and extension listing for oslosphinx.

Then modify your Sphinx settings in conf.py to include:

import openstackdocstheme

html_theme = 'openstackdocs'
html_theme_path = [openstackdocstheme.get_html_theme_path()]

Those settings are included in the file generated by Sphinx when you initialize a project, so they may already have values that need to be changed.

Description
Sphinx theme for RST-sourced documentation published to docs.openstack.org
Readme 9.1 MiB
Languages
Python 32.3%
HTML 30.4%
CSS 16.9%
Shell 7.3%
Makefile 5.4%
Other 7.7%