Fix stable branch releasenotes

This patch fixes stable branch releasenotes by adding respective source
files.

Change-Id: I2cbeb3fd324e16d10ed8f3945a67849cad914f0e
Closes-Bug: #1781239
This commit is contained in:
shilpa.devharakar 2018-07-11 21:31:09 +05:30
parent 26d558333d
commit 22925f1ee6
5 changed files with 40 additions and 13 deletions

View File

@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Glance Release Notes documentation build configuration file, created by # Masakarimonitors Release Notes documentation build configuration file,
# sphinx-quickstart on Tue Nov 3 17:40:50 2015. # created by sphinx-quickstart on Tue Oct 25 17:40:50 2016.
# #
# This file is execfile()d with the current directory set to its # This file is execfile()d with the current directory set to its
# containing dir. # containing dir.
@ -189,7 +189,7 @@ html_static_path = ['_static']
# html_file_suffix = None # html_file_suffix = None
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = 'GlanceReleaseNotesdoc' htmlhelp_basename = 'MasakarimonitorsReleaseNotesdoc'
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------
@ -209,8 +209,8 @@ latex_elements = {
# (source start file, target name, title, # (source start file, target name, title,
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
('index', 'GlanceReleaseNotes.tex', u'Glance Release Notes Documentation', ('index', 'MasakarimonitorsReleaseNotes.tex', u'Masakarimonitors Release'
u'Glance Developers', 'manual'), u'Notes Documentation', u'Masakarimonitors Developers', 'manual'),
] ]
# The name of an image file (relative to this directory) to place at the top of # The name of an image file (relative to this directory) to place at the top of
@ -239,8 +239,8 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'glancereleasenotes', u'Glance Release Notes Documentation', ('index', 'Masakarimonitorsreleasenotes', u'Masakarimonitors Release Notes'
[u'Glance Developers'], 1) u'Documentation', [u'Masakarimonitors Developers'], 1)
] ]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
@ -253,9 +253,9 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'GlanceReleaseNotes', u'Glance Release Notes Documentation', ('index', 'MasakarimonitorsReleaseNotes', u'Masakarimonitors Release Notes'
u'Glance Developers', 'GlanceReleaseNotes', u'Documentation', u'Masakarimonitors Developers',
'One line description of project.', 'MasakarimonitorsReleaseNotes', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]

View File

@ -1,8 +1,14 @@
============================================ Welcome to Masakarimonitor Release Notes documentation!
masakarimonitors Release Notes ========================================================
============================================
Contents
========
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
unreleased unreleased
queens
pike
ocata

View File

@ -0,0 +1,7 @@
===========================
Ocata Series Release Notes
===========================
.. release-notes::
:branch: origin/stable/ocata

View File

@ -0,0 +1,7 @@
==========================
Pike Series Release Notes
==========================
.. release-notes::
:branch: origin/stable/pike

View File

@ -0,0 +1,7 @@
============================
Queens Series Release Notes
============================
.. release-notes::
:branch: origin/stable/queens