From fb1431e626e8911158b01ce567b4318e93cf962c Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Tue, 16 Sep 2014 16:51:42 -0400 Subject: [PATCH] Remove 'incubated' documentation theme Ironic is no longer incubated, so let's not use the incubated HTML documentation theme anymore. Change-Id: I202a549125144e10a93a62b5bbdd03370f7847be --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2142612932..1209548e56 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -63,7 +63,6 @@ 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