Merge "Bump the openstackdocstheme extension to 1.20"

This commit is contained in:
Zuul 2019-12-20 17:03:08 +00:00 committed by Gerrit Code Review
commit aeb7fffcd2
4 changed files with 2 additions and 16 deletions

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
openstackdocstheme>=1.18.1 # Apache-2.0
openstackdocstheme>=1.20.0 # Apache-2.0
sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
reno>=2.5.0 # Apache-2.0

View File

@ -31,7 +31,6 @@ extensions = [
repository_name = 'openstack/oslo.privsep'
bug_project = 'oslo.privsep'
bug_tag = ''
html_last_updated_fmt = '%Y-%m-%d %H:%M'
# autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.

View File

@ -30,7 +30,7 @@ msgpack-python==0.4.0
msgpack==0.5.0
netaddr==0.7.18
netifaces==0.10.4
openstackdocstheme==1.18.1
openstackdocstheme==1.20.0
os-client-config==1.28.0
oslo.config==5.2.0
oslo.context==2.19.2

View File

@ -43,7 +43,6 @@ extensions = [
repository_name = 'openstack/oslo.privsep'
bug_project = 'oslo.privsep'
bug_tag = ''
html_last_updated_fmt = '%Y-%m-%d %H:%M'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@ -58,7 +57,6 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'oslo.privsep Release Notes'
copyright = u'2016, oslo.privsep Developers'
# Release notes do not need a version in the title, they span
@ -194,17 +192,6 @@ htmlhelp_basename = 'oslo.privsepReleaseNotesDoc'
# -- Options for LaTeX output ---------------------------------------------
latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
# 'papersize': 'letterpaper',
# The font size ('10pt', '11pt' or '12pt').
# 'pointsize': '10pt',
# Additional stuff for the LaTeX preamble.
# 'preamble': '',
}
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).