summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-03-12 13:50:14 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-03-12 13:51:51 -0400
commitf7a54ee53277970a6707aeb665237940f60ca4ea (patch)
treebe28645e7fbc79feed600124a1a4a035de489133 /docs
parent48162b0e514c34501b5923b4cc058a2825812cac (diff)
downloadcherrypy-git-f7a54ee53277970a6707aeb665237940f60ca4ea.tar.gz
Link to cheroot version history and PEPs in changelog.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index d455df4e..f39c3af8 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -287,6 +287,14 @@ link_files = {
pattern=r'^(?m)((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n',
with_scm='{text}\n{rev[timestamp]:%d %b %Y}\n',
),
+ dict(
+ pattern=r"PEP[- ](?P<pep_number>\d+)",
+ url='https://www.python.org/dev/peps/pep-{pep_number:0>4}/',
+ ),
+ dict(
+ pattern=r"cheroot (?P<cheroot_version>\d+)",
+ url='https://cheroot.readthedocs.io/en/latest/history.html#v{cheroot_version}',
+ ),
],
),
}