diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-08-19 17:43:21 +0100 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-08-19 17:43:21 +0100 |
commit | 7a45f0ba02574b2290a4c59fb31c25c3521be3d1 (patch) | |
tree | cc1c1722fb1dc1ec1400456d53bad4226ee653a1 /docs | |
parent | 48ae0dcfdda1d8aa1979724e704aa64aa1a7ba82 (diff) | |
download | python-setuptools-bitbucket-7a45f0ba02574b2290a4c59fb31c25c3521be3d1.tar.gz |
Link packaging versions to CHANGELOG in packaging project. Fixes #416.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index ba3a35bc..c2a63873 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -246,6 +246,10 @@ link_files = { pattern=r"Packaging #(?P<packaging>\d+)", url='{GH}/pypa/packaging/issues/{packaging}', ), + dict( + pattern=r"[Pp]ackaging (?P<packaging_ver>\d+(\.\d+)+)", + url='{GH}/pypa/packaging/blob/{packaging_ver}/CHANGELOG.rst', + ), ], ), } |