Skip to content

Commit 2322c1e

Browse files
julianz-webknjaz
authored andcommitted
📝 Fix GH commit/issue URL exclusions in Sphinx
1 parent e309520 commit 2322c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 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-

0 commit comments

Comments
 (0)