aboutsummaryrefslogtreecommitdiffstats
path: root/doc/build/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r--doc/build/conf.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py
index 5bfd996..807782b 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -31,7 +31,16 @@ import mako
# 'sphinx.ext.doctest', 'builder.builders']
extensions = ['sphinx.ext.autodoc','sphinx.ext.intersphinx',
- 'sphinx.ext.doctest', 'builder.builders']
+ 'changelog', 'sphinx_paramlinks',
+ 'builder.builders']
+
+changelog_render_ticket = "https://bitbucket.org/zzzeek/mako/issue/%s/"
+
+changelog_render_pullreq = {
+ "bitbucket": "https://bitbucket.org/zzzeek/mako/pull-request/%s",
+ "default": "https://bitbucket.org/zzzeek/mako/pull-request/%s",
+ "github": "https://github.com/zzzeek/mako/pull/%s",
+}
# Add any paths that contain templates here, relative to this directory.
templates_path = ['templates']