Skip to content

Commit

Permalink
Merge pull request #2934 from aphedges/2884-fix-distutils-commit-links
Browse files Browse the repository at this point in the history
Render `distutils` commit links properly in documentation
  • Loading branch information
jaraco authored Dec 20, 2021
2 parents 9a783c2 + 2f520ab commit ed23173
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
pattern=r'pypa/distutils#(?P<distutils>\d+)',
url='{GH}/pypa/distutils/issues/{distutils}',
),
dict(
pattern=r'pypa/distutils@(?P<distutils_commit>[\da-f]+)',
url='{GH}/pypa/distutils/commit/{distutils_commit}',
),
dict(
pattern=r'^(?m)((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n',
with_scm='{text}\n{rev[timestamp]:%d %b %Y}\n',
Expand Down

0 comments on commit ed23173

Please sign in to comment.