From 0872727f99c549833e576dd23b39ed04d456074b Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 1 May 2017 15:46:41 -0400 Subject: [PATCH] add reno release notes to the doc build Change-Id: I6cd0affc8887dfe6c363bc7a36d90c1e9f3e9ae1 Signed-off-by: Doug Hellmann --- doc/source/conf.py | 1 + doc/source/history.rst | 5 +++++ doc/source/index.rst | 1 + 3 files changed, 7 insertions(+) create mode 100644 doc/source/history.rst diff --git a/doc/source/conf.py b/doc/source/conf.py index f6251c3..394a396 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -23,6 +23,7 @@ sys.path.insert(0, os.path.abspath('../..')) extensions = [ 'sphinx.ext.autodoc', #'sphinx.ext.intersphinx', + 'reno.sphinxext', ] # autodoc generation is a bit aggressive and a nuisance when doing heavy diff --git a/doc/source/history.rst b/doc/source/history.rst new file mode 100644 index 0000000..149f472 --- /dev/null +++ b/doc/source/history.rst @@ -0,0 +1,5 @@ +================= + Release History +================= + +.. release-notes:: diff --git a/doc/source/index.rst b/doc/source/index.rst index 4db736a..fe76e87 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -21,5 +21,6 @@ Contents installation usage resource_file + history contributing glossary