Merge "Bump openstackdocstheme to 1.20.0"

This commit is contained in:
Zuul 2019-08-16 21:17:52 +00:00 committed by Gerrit Code Review
commit 2de73e1ebb
2 changed files with 6 additions and 6 deletions

View File

@ -2,4 +2,4 @@
# push that content due to some global check.
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
openstackdocstheme>=1.20.0 # Apache-2.0

View File

@ -38,10 +38,10 @@ master_doc = 'index'
# openstackdocstheme options
repository_name = 'openstack/paunch'
bug_project = 'paunch'
bug_tag = 'docs'
bug_tag = ''
# General information about the project.
project = u'paunch'
copyright = u'2016, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
@ -62,15 +62,15 @@ html_theme = 'openstackdocs'
# html_static_path = ['static']
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project
htmlhelp_basename = 'paunchdoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass
# [howto/manual]).
latex_documents = [
('index',
'%s.tex' % project,
u'%s Documentation' % project,
'paunch.tex',
u'paunch Documentation',
u'OpenStack Foundation', 'manual'),
]