From e8fc4a1bc80658f5da56d2eb383951229efb8ab4 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 15 Jun 2016 10:12:29 +0200 Subject: [PATCH] Use proper theme for release notes Use oslosphinx as theme - watcher is an official project and thus should use it. Change-Id: I0ab1ad3e99a92e6b59a4bcb29f216b4af6cbac6a --- releasenotes/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 2d87f2a52..31127a71d 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -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']