From 8949d64085d7f2268682339729667d1f91e361a5 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 27 May 2015 15:16:52 -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: I32714af4407a77dc532dcbd18d8fce89f3863c26 --- 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 75bc194067..3244953d1e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -139,7 +139,7 @@ man_pages = [ # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. -html_theme_options = {'incubating': True} +html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = []