From 9f9b326d1a8ee7e777ee2dcb6616343f12347b4e Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 27 May 2015 15:19:05 -0700 Subject: [PATCH] Drop incubating theme from docs OpenStack has dropped the incubation notion, so labeling this as an incubated project in the docs is confusing. Change-Id: I5bc1e238c2993903636aa60ddd400f9c68c557b1 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 0cb549ae..5c3d801a 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -58,7 +58,7 @@ pygments_style = 'sphinx' # html_theme_path = ["."] # html_theme = '_theme' # html_static_path = ['static'] -html_theme_options = {'incubating': True} +html_theme_options = {} # Output file base name for HTML help builder. htmlhelp_basename = '%sdoc' % project