summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-03-22 23:17:27 +0000
committerStephen Finucane <stephen@that.guru>2017-04-18 22:08:32 +0100
commit3031c9d5647870aff7dae812368add11421a626e (patch)
tree65db664f0395a528bcbfe6c5f7a780f864f894ca /docs/conf.py
parent1cb38956875fecd42e1eaaf4c0c4064c577c7aab (diff)
downloadpatchwork-3031c9d5647870aff7dae812368add11421a626e.tar
patchwork-3031c9d5647870aff7dae812368add11421a626e.tar.gz
Add reno for release notes management
An initial patch to add reno and create a base directory for release notes. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 06b1dea..652566e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -11,7 +11,7 @@ needs_sphinx = '1.5'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
-extensions = ['sphinx.ext.todo']
+extensions = ['sphinx.ext.todo', 'reno.sphinxext']
# Add any paths that contain templates here, relative to this directory.
templates_path = []