Use proper theme for release notes

Use oslosphinx as theme - watcher is an official project and thus
should use it.

Change-Id: I0ab1ad3e99a92e6b59a4bcb29f216b4af6cbac6a
This commit is contained in:
Andreas Jaeger 2016-06-15 10:12:29 +02:00
parent 921e531adf
commit e8fc4a1bc8
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ from watcher import version as watcher_version
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['reno.sphinxext']
extensions = ['reno.sphinxext',
'oslosphinx']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']