summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2019-11-12 19:14:41 +0800
committermelissaml <ma.lei@99cloud.net>2019-11-13 20:05:52 +0800
commit4370cb39ce2b0a7cc1ac643621d647180568967f (patch)
tree27ad4e7556e404536f5f9df0f088301b8bb21efe /releasenotes
parent9a5f153c4b3fc51f4bdf3d96965bdd25a2f45f92 (diff)
downloadoslo-db-4370cb39ce2b0a7cc1ac643621d647180568967f.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: I2c3a36fbc020d41c5eaa09008a0586142a63d6ba
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/conf.py22
1 files changed, 0 insertions, 22 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index bded8c8..bb7b35b 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -59,15 +59,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'oslo.db Release Notes'
copyright = u'2016, oslo.db Developers'
-# Release notes do not need a version in the title, they span
-# multiple versions.
-release = ''
-# The short X.Y version.
-version = ''
-
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# language = None
@@ -147,10 +140,6 @@ html_static_path = ['_static']
# directly to the root of the documentation.
# html_extra_path = []
-# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
-# 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
# typographically correct entities.
# html_use_smartypants = True
@@ -194,17 +183,6 @@ htmlhelp_basename = 'oslo.configReleaseNotesdoc'
# -- 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]).