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]).