summaryrefslogtreecommitdiff
path: root/docs/build/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/conf.py')
-rw-r--r--docs/build/conf.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/build/conf.py b/docs/build/conf.py
index 0de0a19..e3f7de7 100644
--- a/docs/build/conf.py
+++ b/docs/build/conf.py
@@ -29,7 +29,13 @@ import dogpile.core
# 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.autodoc', 'sphinx.ext.intersphinx']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'changelog']
+
+changelog_sections = ["feature", "bug"]
+
+changelog_render_ticket = "https://bitbucket.org/zzzeek/dogpile.core/issue/%s"
+changelog_render_pullreq = "https://bitbucket.org/zzzeek/dogpile.core/pullrequest/%s"
+changelog_render_changeset = "https://bitbucket.org/zzzeek/dogpile.core/changeset/%s"
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']