From b1f4feed15e8fd633010455a62fc9e9f5da75cfc Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Fri, 22 Aug 2014 11:26:24 -0400 Subject: [PATCH] Update spec theme to show incubation status Since zaqar is an incubation project, it should be using the incubation option in oslosphinx. Change-Id: I74aaa317cf5df97c2a6e2945b3b2e91b4b07a69b --- doc/source/conf.py | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 993ee16..e46422d 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -65,6 +65,7 @@ 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 diff --git a/requirements.txt b/requirements.txt index 6e29eb6..072e1fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pbr>=0.6,<1.0 -oslosphinx +oslosphinx>=2.2.0.0a2 sphinx>=1.1.2,<1.2