Bump the openstackdocstheme extension to 1.20

Some options are now automatically configured by the version 1.20:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements
- version
- release.

Change-Id: Ib1c203baebe2a5a70c64399c320bc5d2ab3ffb24
This commit is contained in:
pengyuesheng 2019-07-19 16:22:19 +08:00 committed by Luigi Toscano
parent 8905dd368e
commit ec284ea9a2
4 changed files with 2 additions and 36 deletions

View File

@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# 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
os-api-ref>=1.4.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD

View File

@ -18,7 +18,6 @@ extensions = [
repository_name = 'openstack/sahara-plugin-mapr'
bug_project = '1103'
bug_tag = 'doc'
html_last_updated_fmt = '%Y-%m-%d %H:%M'
openstack_projects = [
'sahara'
@ -37,18 +36,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'sahara-plugin-mapr'
copyright = u'2015, Sahara team'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.0.1'
# The full version, including alpha/beta/rc tags.
release = '0.0.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#language = None
@ -166,16 +155,6 @@ htmlhelp_basename = 'saharamaprplugin-testsdoc'
# -- 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]).

View File

@ -65,7 +65,7 @@ msgpack-python==0.5.6
munch==2.3.2
netaddr==0.7.19
netifaces==0.10.9
openstackdocstheme==1.18.1
openstackdocstheme==1.20.0
openstacksdk==0.24.0
os-api-ref==1.4.0
os-client-config==1.31.2

View File

@ -23,7 +23,6 @@ extensions = [
repository_name = 'openstack/sahara-plugin-mapr'
bug_project = '1103'
bug_tag = 'releasenotes'
html_last_updated_fmt = '%Y-%m-%d %H:%M'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@ -35,7 +34,6 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'Sahara MapR Plugin Release Notes'
copyright = u'2015, Sahara Developers'
# Release do not need a version number in the title, they
@ -140,17 +138,6 @@ htmlhelp_basename = 'SaharaMapRReleaseNotesdoc'
# -- 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]).