From 76dad6fa0475ffe594fc309ddf9551e83bc7d2e9 Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Thu, 9 Aug 2018 22:53:19 -0700 Subject: [PATCH] [Docs] update requirements and conf.py based on feedback Change-Id: I0639030fd79f38043e675ea261a08dfea5e7a979 --- doc/requirements.txt | 4 +--- doc/source/conf.py | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index c5cf9f1..a81bb4d 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -4,7 +4,5 @@ # this is required for the docs build jobs sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -openstackdocstheme>=1.20.0 # Apache-2.0 +openstackdocstheme==1.18.1 # Apache-2.0 reno>=2.5.0 # Apache-2.0 -sphinxmark>=0.1.14 # Apache-2.0 -doc8>=0.6.0 # Apache-2.0 diff --git a/doc/source/conf.py b/doc/source/conf.py index bf58e41..919c1b5 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -24,9 +24,10 @@ current_series_name = 'rocky' # -- Project information ----------------------------------------------------- +project = u'Chef OpenStack' title = u'Chef OpenStack Documentation' category = 'Miscellaneous' -copyright = u'2014-2018, Chef OpenStack Contributors' +copyright = u'2012-2018, Chef OpenStack Contributors' author = u'Chef OpenStack Contributors' # -- General configuration ---------------------------------------------------