From fcc21aeaad6281e5aa3cb172c4e05acef1666a86 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Fri, 22 Aug 2014 11:06:05 -0400 Subject: [PATCH] Update spec theme to show incubation status Since ironic is an incubation project, it should be using the incubation option in oslosphinx. Change-Id: I28899f5d8af36846948b468b94fef8622e4bc30d --- doc/source/conf.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 80cdef9d..f3be4ee7 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -97,7 +97,7 @@ html_theme = 'nature' # 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 = {} +html_theme_options = {'incubating': True} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] diff --git a/requirements.txt b/requirements.txt index 073369e9..114757c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ docutils==0.9.1 -oslosphinx +oslosphinx>=2.2.0.0a2 pbr>=0.6,!=0.7,<1.0 sphinx>=1.1.2,<1.2 testrepository>=0.0.18