summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-02-11 22:16:28 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-02-11 22:16:28 -0500
commitea86b0d26872042737c1fea74eddebe0b6cbf207 (patch)
tree3acc35378119e069d65c09ac0ed5e530856d8aa6 /docs
parent0880a9876cf424458b82757d1c7504be58f9c2c1 (diff)
parenta11446dc8ad2207306a0b58d61a6d404b56ecc4b (diff)
downloadpytest-runner-ea86b0d26872042737c1fea74eddebe0b6cbf207.tar.gz
Merge branch '2020-handoff' of https://github.com/jaraco/skeleton
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 e06bee4..509290a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,7 +14,7 @@ link_files = {
url='{package_url}/issues/{issue}',
),
dict(
- pattern=r'^(?m)((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n',
+ pattern=r'(?m:^((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n)',
with_scm='{text}\n{rev[timestamp]:%d %b %Y}\n',
),
dict(