summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2018-01-13 02:30:12 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2018-01-13 02:44:41 +0200
commit2d78e0571ff24870c6fe8a1a63c1ed24c1b4a7f6 (patch)
tree9dfb397d6aadfd72f7c5b2e75d35e5743f710797 /docs/conf.py
parent8de3d5cac8d1afde9758d66ffd3e8d337b1eed8f (diff)
downloadcherrypy-git-2d78e0571ff24870c6fe8a1a63c1ed24c1b4a7f6.tar.gz
Use sphinx extlinks in changelog
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4dccbf8f..d42c6108 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -224,24 +224,9 @@ link_files = {
),
replace=[
dict(
- pattern=r'((Issue|PR)\s?)?#(?P<issue_or_pr>\d+)',
- url='{GH}/cherrypy/{project}/issues/{issue_or_pr}',
- ),
- dict(
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(
- # FIXME: currently this puts #v1.2.3 style version
- # into URL, but it should be v1-2-3
- pattern=r'cheroot v?(?P<cheroot_version>\d+(\.\d+){1,2})',
- url='https://cheroot.readthedocs.io'
- '/en/latest/history.html#v{cheroot_version}',
- ),
],
),
}