summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoe Gordon <joe.gordon0@gmail.com>2015-05-27 15:19:05 -0700
committerJoe Gordon <joe.gordon0@gmail.com>2015-05-27 15:19:23 -0700
commit9f9b326d1a8ee7e777ee2dcb6616343f12347b4e (patch)
tree4729d398d54261d2e9311d3a64849ba2ea1d600c /doc
parentc32c527b0d293b9e0b9102c56c4fa5f9b76792d7 (diff)
downloadpython-barbicanclient-9f9b326d1a8ee7e777ee2dcb6616343f12347b4e.tar.gz
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
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 0cb549a..5c3d801 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