We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86730e3 commit 64225a3Copy full SHA for 64225a3
1 file changed
docs/conf.py
@@ -116,8 +116,10 @@
116
# Too many links to GitHub so they cause
117
# "429 Client Error: too many requests for url"
118
# Ref: https://github.com/sphinx-doc/sphinx/issues/7388
119
+ r'https://github.com/cherrypy/cheroot/commit'
120
r'https://github\.com/cherrypy/cheroot/issues',
121
r'https://github\.com/cherrypy/cheroot/pull',
122
+ r'https://github.com/cherrypy/cherrypy/commit'
123
r'https://github\.com/cherrypy/cherrypy/issues',
124
r'https://github\.com/cherrypy/cherrypy/pull',
125
# Has an ephemeral anchor (line-range) but actual HTML has separate per-
0 commit comments