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 e309520 commit 2322c1eCopy full SHA for 2322c1e
docs/conf.py
@@ -116,10 +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'
+ 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'
+ 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