~ubuntuone-pqm-team/python-keystoneclient/trunk

« back to all changes in this revision

Viewing changes to releasenotes/source/conf.py

  • Committer: Douglas Mendizábal
  • Author(s): OpenStack Release Bot
  • Date: 2022-03-04 16:43:46 UTC
  • Revision ID: git-v1:8d8c31e5008326520206804fbdabf96993ab0c45
Update master for stable/xena

Add file to the reno documentation build to show release notes for
stable/xena.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/xena.

Sem-Ver: feature
Change-Id: Id7127c22dd9865c8ac08a1239f0ba483b9dacddc

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
master_doc = 'index'
55
55
 
56
56
# General information about the project.
57
 
project = u'keystoneclient Release Notes'
58
57
copyright = u'2015, Keystone Developers'
59
58
 
60
59
# Release notes are version independent.
93
92
# show_authors = False
94
93
 
95
94
# The name of the Pygments (syntax highlighting) style to use.
96
 
pygments_style = 'sphinx'
 
95
pygments_style = 'native'
97
96
 
98
97
# A list of ignored prefixes for module index sorting.
99
98
# modindex_common_prefix = []
142
141
# directly to the root of the documentation.
143
142
# html_extra_path = []
144
143
 
145
 
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
146
 
# using the given strftime format.
147
 
# html_last_updated_fmt = '%b %d, %Y'
148
 
html_last_updated_fmt = '%Y-%m-%d %H:%M'
149
 
 
150
144
# If true, SmartyPants will be used to convert quotes and dashes to
151
145
# typographically correct entities.
152
146
# html_use_smartypants = True
190
184
 
191
185
# -- Options for LaTeX output ---------------------------------------------
192
186
 
193
 
latex_elements = {
194
 
    # The paper size ('letterpaper' or 'a4paper').
195
 
    # 'papersize': 'letterpaper',
196
 
 
197
 
    # The font size ('10pt', '11pt' or '12pt').
198
 
    # 'pointsize': '10pt',
199
 
 
200
 
    # Additional stuff for the LaTeX preamble.
201
 
    # 'preamble': '',
202
 
}
203
 
 
204
187
# Grouping the document tree into LaTeX files. List of tuples
205
188
# (source start file, target name, title,
206
189
#  author, documentclass [howto, manual, or own class]).
274
257
locale_dirs = ['locale/']
275
258
 
276
259
# -- Options for openstackdocstheme -------------------------------------------
277
 
repository_name = 'openstack/python-keystoneclient'
278
 
bug_project = 'python-keystoneclient'
279
 
bug_tag = ''
 
260
openstackdocs_repo_name = 'openstack/python-keystoneclient'
 
261
openstackdocs_bug_project = 'python-keystoneclient'
 
262
openstackdocs_bug_tag = ''