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
This commit is contained in:
Joe Gordon 2015-05-27 12:23:34 -07:00
parent f2d5f8153e
commit 883377c901
1 changed files with 1 additions and 1 deletions

View File

@ -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