diff --git a/releasenotes/source/_static/.placeholder b/releasenotes/source/_static/.placeholder new file mode 100644 index 000000000..e69de29bb diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 504c6c0a1..2d87f2a52 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -12,6 +12,7 @@ # serve to show the default. import sys, os +from watcher import version as watcher_version # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index da61992b0..be1db65c0 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -1,15 +1,10 @@ -.. watcher documentation master file, created by - sphinx-quickstart on Fri Jun 3 11:37:52 2016. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to watcher's documentation! -=================================== +Welcome to watcher's Release Notes documentation! +================================================= Contents: .. toctree:: :maxdepth: 1 - mitaka + unreleased.rst diff --git a/releasenotes/source/mitaka.rst b/releasenotes/source/mitaka.rst deleted file mode 100644 index 0dc585c85..000000000 --- a/releasenotes/source/mitaka.rst +++ /dev/null @@ -1,6 +0,0 @@ -============================= - Mitaka Series Release Notes -============================= - -.. release-notes:: - :branch: origin/stable/mitaka