Fix releasenotes generation

Fix several problems, tox -e releasenotes did not run at all.

Fixes:
* Fix version import so that release note building works.
* There's no stable/mitaka branch for watcher, so remove the mitaka file,
  otherwise release notes build will fail.
* Add _static directory with empty placeholder for sphinx to run.

Change-Id: Ia4dd2f7a7743dfd7f7022be04552c401ade9953f
This commit is contained in:
Andreas Jaeger 2016-06-15 09:15:32 +02:00
parent b5cb6631cc
commit 921e531adf
4 changed files with 4 additions and 14 deletions

View File

View File

@ -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

View File

@ -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

View File

@ -1,6 +0,0 @@
=============================
Mitaka Series Release Notes
=============================
.. release-notes::
:branch: origin/stable/mitaka