From 883377c9013ec01c6af7642e0dc652b4a0ca30f4 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 27 May 2015 12:23:34 -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: Ib28ab536f88c63019ab435697382533d584acb84 --- 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 7a0af09..5feb586 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -76,7 +76,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