summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-06-11 08:59:18 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-06-11 08:59:18 -0400
commita4bdfe7caddd6b1bf4149f2d02adee727168ff8a (patch)
tree8afe89c3d484b162ebb5bd357a0fcc4481930926 /docs
parent53c017416d74f96c49fde361c0a5b774ceac00c6 (diff)
downloadpytest-runner-a4bdfe7caddd6b1bf4149f2d02adee727168ff8a.tar.gz
Don't match issues if preceeded by some other indicator.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 14744ee..aeda56c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -16,7 +16,7 @@ link_files = {
),
replace=[
dict(
- pattern=r'(Issue )?#(?P<issue>\d+)',
+ pattern=r'(Issue #|\B#)(?P<issue>\d+)',
url='{package_url}/issues/{issue}',
),
dict(