[Docs] update requirements and conf.py based on feedback

Change-Id: I49aae6bbc9d5a7b341988c1fce1728cca0595de1
This commit is contained in:
Samuel Cassiba 2018-08-09 23:23:19 -07:00
parent a2ba31fda5
commit aa9093279d
2 changed files with 4 additions and 6 deletions

View File

@ -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.18.1 # 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

View File

@ -24,9 +24,10 @@ current_series_name = 'queens'
# -- 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 ---------------------------------------------------
@ -42,8 +43,7 @@ extensions = [
'openstackdocstheme',
'sphinx.ext.autodoc',
'sphinx.ext.extlinks',
'sphinx.ext.viewcode',
'sphinxmark'
'sphinx.ext.viewcode'
]
todo_include_docs = True