summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-10-12 14:52:45 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-11-12 17:09:11 +0800
commit8fc7612079c5eb26f961779c4382a94ab822a412 (patch)
treed0929449f09480d6176e8425958e6d9b4c965a42 /releasenotes
parent3c065ebbcb5514130226d8353e77021d80ee2c1f (diff)
downloadoslo-policy-8fc7612079c5eb26f961779c4382a94ab822a412.tar.gz
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: I2c9f7b72a52edde7b18dc66bcc8c655630b3bbc2
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/conf.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 7f70376..5084a9d 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -43,7 +43,6 @@ extensions = [
repository_name = 'openstack/oslo.policy'
bug_project = 'oslo.policy'
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.policy Release Notes'
copyright = u'2016, oslo.policy Developers'
# Release notes do not need a version in the title, they span
@@ -194,17 +192,6 @@ htmlhelp_basename = 'oslo.policyReleaseNotesDoc'
# -- 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]).