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:
parent
26d558333d
commit
22925f1ee6
@ -12,8 +12,8 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Glance Release Notes documentation build configuration file, created by
|
||||
# sphinx-quickstart on Tue Nov 3 17:40:50 2015.
|
||||
# Masakarimonitors Release Notes documentation build configuration file,
|
||||
# created by sphinx-quickstart on Tue Oct 25 17:40:50 2016.
|
||||
#
|
||||
# This file is execfile()d with the current directory set to its
|
||||
# containing dir.
|
||||
@ -189,7 +189,7 @@ html_static_path = ['_static']
|
||||
# html_file_suffix = None
|
||||
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'GlanceReleaseNotesdoc'
|
||||
htmlhelp_basename = 'MasakarimonitorsReleaseNotesdoc'
|
||||
|
||||
|
||||
# -- Options for LaTeX output ---------------------------------------------
|
||||
@ -209,8 +209,8 @@ latex_elements = {
|
||||
# (source start file, target name, title,
|
||||
# author, documentclass [howto, manual, or own class]).
|
||||
latex_documents = [
|
||||
('index', 'GlanceReleaseNotes.tex', u'Glance Release Notes Documentation',
|
||||
u'Glance Developers', 'manual'),
|
||||
('index', 'MasakarimonitorsReleaseNotes.tex', u'Masakarimonitors Release'
|
||||
u'Notes Documentation', u'Masakarimonitors Developers', 'manual'),
|
||||
]
|
||||
|
||||
# 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
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('index', 'glancereleasenotes', u'Glance Release Notes Documentation',
|
||||
[u'Glance Developers'], 1)
|
||||
('index', 'Masakarimonitorsreleasenotes', u'Masakarimonitors Release Notes'
|
||||
u'Documentation', [u'Masakarimonitors Developers'], 1)
|
||||
]
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
@ -253,9 +253,9 @@ man_pages = [
|
||||
# (source start file, target name, title, author,
|
||||
# dir menu entry, description, category)
|
||||
texinfo_documents = [
|
||||
('index', 'GlanceReleaseNotes', u'Glance Release Notes Documentation',
|
||||
u'Glance Developers', 'GlanceReleaseNotes',
|
||||
'One line description of project.',
|
||||
('index', 'MasakarimonitorsReleaseNotes', u'Masakarimonitors Release Notes'
|
||||
u'Documentation', u'Masakarimonitors Developers',
|
||||
'MasakarimonitorsReleaseNotes', 'One line description of project.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
||||
|
@ -1,8 +1,14 @@
|
||||
============================================
|
||||
masakarimonitors Release Notes
|
||||
============================================
|
||||
Welcome to Masakarimonitor Release Notes documentation!
|
||||
========================================================
|
||||
|
||||
Contents
|
||||
========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
unreleased
|
||||
queens
|
||||
pike
|
||||
ocata
|
||||
|
||||
|
7
releasenotes/source/ocata.rst
Normal file
7
releasenotes/source/ocata.rst
Normal file
@ -0,0 +1,7 @@
|
||||
===========================
|
||||
Ocata Series Release Notes
|
||||
===========================
|
||||
|
||||
.. release-notes::
|
||||
:branch: origin/stable/ocata
|
||||
|
7
releasenotes/source/pike.rst
Normal file
7
releasenotes/source/pike.rst
Normal file
@ -0,0 +1,7 @@
|
||||
==========================
|
||||
Pike Series Release Notes
|
||||
==========================
|
||||
|
||||
.. release-notes::
|
||||
:branch: origin/stable/pike
|
||||
|
7
releasenotes/source/queens.rst
Normal file
7
releasenotes/source/queens.rst
Normal file
@ -0,0 +1,7 @@
|
||||
============================
|
||||
Queens Series Release Notes
|
||||
============================
|
||||
|
||||
.. release-notes::
|
||||
:branch: origin/stable/queens
|
||||
|
Loading…
Reference in New Issue
Block a user