summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorzhangyangyang <zhangyangyang@unionpay.com>2019-07-20 15:17:53 +0800
committerzhangyangyang <zhangyangyang@unionpay.com>2019-07-20 15:20:55 +0800
commit8fc24c7d5f9d20eadb75b411ee8f8cfbd018f979 (patch)
treedfa5188de4d9dd9e3f5ecefab312784ff62ecf73 /releasenotes
parent3ddb145c1524a095cdc896e1622b5516c899397c (diff)
downloadpython-novaclient-8fc24c7d5f9d20eadb75b411ee8f8cfbd018f979.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: Icd8404026ff5a73129a22b6c89b5cfd6c57432fb
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/conf.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 07b6d77f..799455bf 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -43,15 +43,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'Nova Client Release Notes'
copyright = u'2015, Nova developers'
-# Release notes are version independent.
-# The short X.Y version.
-version = ''
-# The full version, including alpha/beta/rc tags.
-release = ''
-
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#language = None
@@ -178,17 +171,6 @@ htmlhelp_basename = 'NovaClientReleaseNotestdoc'
# -- 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]).