diff --git a/doc/source/conf.py b/doc/source/conf.py index 89bdbd0c..111067cf 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -23,7 +23,8 @@ sys.path.insert(0, os.path.abspath('../..')) extensions = [ 'sphinx.ext.autodoc', #'sphinx.ext.intersphinx', - 'oslosphinx' + 'oslosphinx', + 'reno.sphinxext' ] # autodoc generation is a bit aggressive and a nuisance when doing heavy diff --git a/doc/source/index.rst b/doc/source/index.rst index 18c7b672..ccd04b46 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -16,6 +16,7 @@ Contents: installation usage contributing + releasenotes Design and Developer Docs ========================== diff --git a/doc/source/releasenotes.rst b/doc/source/releasenotes.rst new file mode 100644 index 00000000..c7fc6a15 --- /dev/null +++ b/doc/source/releasenotes.rst @@ -0,0 +1,5 @@ +=============== + Release Notes +=============== + +.. release-notes:: diff --git a/releasenotes/notes/started-using-reno-8411d91eb3fe9e6c.yaml b/releasenotes/notes/started-using-reno-8411d91eb3fe9e6c.yaml new file mode 100644 index 00000000..232c06c4 --- /dev/null +++ b/releasenotes/notes/started-using-reno-8411d91eb3fe9e6c.yaml @@ -0,0 +1,3 @@ +--- +other: + - Started using reno for release notes. diff --git a/test-requirements.txt b/test-requirements.txt index fcd5558e..ac5a686d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,3 +15,4 @@ testrepository>=0.0.18 testscenarios>=0.4 testtools>=1.4.0 docker-py>=1.4.0 # Apache-2.0 +reno>=0.1.1 # Apache2