fix the pullreq link

This commit is contained in:
Mike Bayer
2013-01-19 12:09:05 -05:00
parent 8059060d01
commit 70f28df197

2
docs/build/conf.py vendored
View File

@@ -34,7 +34,7 @@ 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_pullreq = "https://bitbucket.org/zzzeek/dogpile.core/pull-request/%s"
changelog_render_changeset = "https://bitbucket.org/zzzeek/dogpile.core/changeset/%s"
# Add any paths that contain templates here, relative to this directory.