Switch from oslosphinx to openstackdocstheme

To use openstackdocstheme 1.11.0 properly, this patch fixes
some settings according to follow.

Change-Id: I82bd3f829fdbb8893c3adfa967e98be1820d9947
This commit is contained in:
lingyongxu 2017-07-05 16:06:52 +08:00 committed by Saad Zaher
parent 6231909461
commit b6d2ed0996
3 changed files with 20 additions and 7 deletions

View File

@ -41,7 +41,7 @@ import os
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'oslosphinx']
'openstackdocstheme']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@ -49,6 +49,14 @@ templates_path = ['_templates']
# The suffix of source filenames.
source_suffix = '.rst'
# openstackdocstheme options
repository_name = 'openstack/freezer'
bug_project = 'freezer'
bug_tag = ''
# Must set this variable to include year, month, day, hours, and minutes.
html_last_updated_fmt = '%Y-%m-%d %H:%M'
# The encoding of source files.
#source_encoding = 'utf-8-sig'

View File

@ -37,10 +37,18 @@ import pbr.version
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'oslosphinx',
'openstackdocstheme',
'reno.sphinxext',
]
# openstackdocstheme options
repository_name = 'openstack/freezer'
bug_project = 'freezer'
bug_tag = ''
# Must set this variable to include year, month, day, hours, and minutes.
html_last_updated_fmt = '%Y-%m-%d %H:%M'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@ -111,15 +119,13 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'
html_theme = 'openstackdocs'
# 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 = {}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".

View File

@ -9,12 +9,11 @@ mock>=2.0 # BSD
pylint==1.4.5 # GPLv2
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx>=1.6.2 # BSD
oslosphinx>=4.7.0 # Apache-2.0
openstackdocstheme>=1.11.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
reno!=2.3.1,>=1.8.0 # Apache-2.0
astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4
openstackdocstheme>=1.11.0 # Apache-2.0
# Tempest Plugin
tempest>=16.1.0 # Apache-2.0