diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2017-03-20 15:01:15 +0200 |
---|---|---|
committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2017-03-20 15:01:15 +0200 |
commit | ae7f8090d886015c89feb533e4aa29de1a1b175e (patch) | |
tree | 9c31cd12e707d8545bd552a2fd1bb5507f325553 /docs | |
parent | 472d4e4f596028faec9fafab886564599d0877d3 (diff) | |
download | cherrypy-git-ae7f8090d886015c89feb533e4aa29de1a1b175e.tar.gz |
Fix determining cheroot reference version in docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 621e0a17..fda09b42 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -295,7 +295,7 @@ link_files = { url='https://www.python.org/dev/peps/pep-{pep_number:0>4}/', ), dict( - pattern=r'cheroot (?P<cheroot_version>\d+)', + pattern=r'cheroot v?(?P<cheroot_version>\d+(\.\d+){1,2})', url='https://cheroot.readthedocs.io/en/latest/history.html#v{cheroot_version}', ), ], |