From aaec99000a1936799a05a340d26e860f25266c5f Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 29 Sep 2014 11:09:48 +0200 Subject: [PATCH] Use OpenStack Incubated branding for docs Barbican is not integrated but incubated. The branding of the web pages at http://docs.openstack.org/developer/barbican/ should thus be the incubated branding. Change-Id: I78a0c988993d9d2947769ee412cb962cb6c4ccde --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 167f10c54..67f480bc3 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -57,6 +57,7 @@ pygments_style = 'sphinx' # html_theme_path = ["."] # html_theme = '_theme' # html_static_path = ['static'] +html_theme_options = {'incubating': True} # Output file base name for HTML help builder. htmlhelp_basename = '%sdoc' % project