From d7233f43dce3bd8ec29f1f742afe0a9770dc017c Mon Sep 17 00:00:00 2001 From: melissaml Date: Fri, 18 Oct 2019 18:01:34 +0800 Subject: [PATCH] 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: If8debe45c5d4891e2ba40c6fe0d837b27a944578 --- releasenotes/source/conf.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 47ae299b6..f2f9c186e 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -46,7 +46,6 @@ extensions = [ repository_name = 'openstack/openstacksdk' bug_project = '760' 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'OpenStack SDK Release Notes' copyright = u'2017, Various members of the OpenStack Foundation' # Release notes are version independent. @@ -196,17 +194,6 @@ htmlhelp_basename = 'shadeReleaseNotesdoc' # -- 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]).