Bump the openstackdocstheme extension to 1.20
Some options are now automatically configured by the version 1.20[1]: - project - html_last_updated_fmt - latex_engine - latex_elements [1]https://docs.openstack.org/openstackdocstheme/latest/#using-the-theme Change-Id: I97cf20050be44a9ad0da5c00535554a5d5774dd4
This commit is contained in:
parent
14963c5c0a
commit
9b1ddbdb93
@ -1,7 +1,7 @@
|
|||||||
# This is required for the docs build jobs
|
# This is required for the docs build jobs
|
||||||
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,<2.0.0;python_version=='2.7' # BSD
|
||||||
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
|
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
|
||||||
openstackdocstheme # Apache-2.0
|
openstackdocstheme>=1.20.0 # Apache-2.0
|
||||||
|
|
||||||
# This is required for the releasenotes build jobs
|
# This is required for the releasenotes build jobs
|
||||||
reno # Apache-2.0
|
reno # Apache-2.0
|
||||||
|
@ -45,7 +45,6 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'puppet-mistral Release Notes'
|
|
||||||
copyright = u'2017, Puppet OpenStack Developers'
|
copyright = u'2017, Puppet OpenStack Developers'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
@ -138,7 +137,6 @@ html_static_path = ['_static']
|
|||||||
|
|
||||||
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
||||||
# using the given strftime format.
|
# using the given strftime format.
|
||||||
html_last_updated_fmt = '%Y-%m-%d %H:%M'
|
|
||||||
|
|
||||||
# If true, SmartyPants will be used to convert quotes and dashes to
|
# If true, SmartyPants will be used to convert quotes and dashes to
|
||||||
# typographically correct entities.
|
# typographically correct entities.
|
||||||
@ -183,17 +181,6 @@ htmlhelp_basename = 'puppet-mistralReleaseNotesdoc'
|
|||||||
|
|
||||||
# -- Options for LaTeX output ---------------------------------------------
|
# -- 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
|
# Grouping the document tree into LaTeX files. List of tuples
|
||||||
# (source start file, target name, title,
|
# (source start file, target name, title,
|
||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
|
Loading…
Reference in New Issue
Block a user