summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-10-09 20:58:00 +0100
committerStephen Finucane <sfinucan@redhat.com>2017-10-10 09:36:59 +0100
commitf450cd26a29e85573697cdd9fdc8279ef0fe8aed (patch)
treef69c5096e7a290910003fe838760b4d60dc75f0f /releasenotes
parentc45687fb9b9fa541ceb47e5f9069c4628943ba2d (diff)
downloadpbr-f450cd26a29e85573697cdd9fdc8279ef0fe8aed.tar.gz
Add reno for release notes management
Change-Id: I36b8193b22123a409b729c7b9f4309507379f1ad
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/conf.py59
-rw-r--r--releasenotes/source/index.rst8
-rw-r--r--releasenotes/source/unreleased.rst5
3 files changed, 72 insertions, 0 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
new file mode 100644
index 0000000..085c53e
--- /dev/null
+++ b/releasenotes/source/conf.py
@@ -0,0 +1,59 @@
+# -*- coding: utf-8 -*-
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# pbr Release Notes documentation build configuration file
+
+import pbr.version
+
+# -- General configuration ------------------------------------------------
+
+# Add any Sphinx extension module names here, as strings. They can be
+# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
+# ones.
+extensions = [
+ 'openstackdocstheme',
+ 'reno.sphinxext',
+]
+
+# The master toctree document.
+master_doc = 'index'
+
+version_info = pbr.version.VersionInfo('pbr')
+
+# The version info for the project you're documenting, acts as replacement for
+# |version| and |release|, also used in various other places throughout the
+# built documents.
+#
+# The short X.Y version.
+version = version_info.canonical_version_string()
+# The full version, including alpha/beta/rc tags.
+release = version_info.version_string_with_vcs()
+
+
+# -- Options for HTML output ----------------------------------------------
+
+# The theme to use for HTML and HTML Help pages. See the documentation for
+# a list of builtin themes.
+html_theme = 'openstackdocs'
+
+# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
+# using the given strftime format.
+html_last_updated_fmt = '%Y-%m-%d %H:%M'
+
+
+# -- Options for openstackdocstheme ---------------------------------------
+
+repository_name = 'openstack-dev/pbr'
+bug_project = 'pbr'
+bug_tag = ''
diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst
new file mode 100644
index 0000000..e6e6346
--- /dev/null
+++ b/releasenotes/source/index.rst
@@ -0,0 +1,8 @@
+=================
+pbr Release Notes
+=================
+
+.. toctree::
+ :maxdepth: 1
+
+ unreleased
diff --git a/releasenotes/source/unreleased.rst b/releasenotes/source/unreleased.rst
new file mode 100644
index 0000000..875030f
--- /dev/null
+++ b/releasenotes/source/unreleased.rst
@@ -0,0 +1,5 @@
+============================
+Current Series Release Notes
+============================
+
+.. release-notes::