Skip to content

Commit 16e322d

Browse files
committed
🧪 Escape dots in linkcheck ignores
1 parent 64225a3 commit 16e322d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@
116116
# Too many links to GitHub so they cause
117117
# "429 Client Error: too many requests for url"
118118
# Ref: https://github.com/sphinx-doc/sphinx/issues/7388
119-
r'https://github.com/cherrypy/cheroot/commit'
119+
r'https://github\.com/cherrypy/cheroot/commit'
120120
r'https://github\.com/cherrypy/cheroot/issues',
121121
r'https://github\.com/cherrypy/cheroot/pull',
122-
r'https://github.com/cherrypy/cherrypy/commit'
122+
r'https://github\.com/cherrypy/cherrypy/commit'
123123
r'https://github\.com/cherrypy/cherrypy/issues',
124124
r'https://github\.com/cherrypy/cherrypy/pull',
125125
# Has an ephemeral anchor (line-range) but actual HTML has separate per-
@@ -128,7 +128,7 @@
128128
r'/python/cpython/blob/c39b52f/Lib/poplib\.py#L297-L302',
129129
r'https://github\.com'
130130
r'/python/cpython/blob/c39b52f/Lib/poplib\.py#user-content-L297-L302',
131-
r'^https://img.shields.io/matrix', # these are rate-limited
131+
r'^https://img\.shields\.io/matrix', # these are rate-limited
132132
r'^https://matrix\.to/#', # these render fully on front-end from anchors
133133
r'^https://stackoverflow\.com/', # these generate HTTP 403 Forbidden
134134
]

0 commit comments

Comments
 (0)