summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-07-05 10:09:55 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-08-01 09:46:12 +0800
commit039fdae7d252c234e2cf97529ab20afc78bd51cf (patch)
treeeb7144d2b90c1a419cccf66e47696daccd3026cf /releasenotes
parentdea9af2fe91e3abe6ca88ea8739cff023191abb9 (diff)
downloadoslo-config-039fdae7d252c234e2cf97529ab20afc78bd51cf.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: Iac913e9dea8318ad8398ed7478cb66d845fe7f1e
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/conf.py48
1 files changed, 0 insertions, 48 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index bf6cc36..2ac788f 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -46,7 +46,6 @@ extensions = [
repository_name = 'openstack/oslo.config'
bug_project = 'oslo.config'
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']
@@ -61,7 +60,6 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'oslo.config Release Notes'
copyright = u'2016, oslo.config Developers'
# Release notes do not need a version in the title, they span
@@ -191,52 +189,6 @@ html_static_path = ['_static']
# This is the file name suffix for HTML files (e.g. ".xhtml").
# html_file_suffix = None
-# Output file base name for HTML help builder.
-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]).
-latex_documents = [
- ('index', 'oslo.configReleaseNotes.tex',
- u'oslo.config Release Notes Documentation',
- u'oslo.config Developers', 'manual'),
-]
-
-# The name of an image file (relative to this directory) to place at the top of
-# the title page.
-# latex_logo = None
-
-# For "manual" documents, if this is true, then toplevel headings are parts,
-# not chapters.
-# latex_use_parts = False
-
-# If true, show page references after internal links.
-# latex_show_pagerefs = False
-
-# If true, show URL addresses after external links.
-# latex_show_urls = False
-
-# Documents to append as an appendix to all manuals.
-# latex_appendices = []
-
-# If false, no module index is generated.
-# latex_domain_indices = True
-
# -- Options for manual page output ---------------------------------------