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