File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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-
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]
You can’t perform that action at this time.
0 commit comments