We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ec197 commit 9396608Copy full SHA for 9396608
docs/source/conf.py
@@ -158,7 +158,10 @@
158
"https://cocodataset.org/",
159
]
160
# A list of regular expressions that match URIs that should not be checked
161
-linkcheck_ignore = []
+linkcheck_ignore = [
162
+ r"https://docutils\.sourceforge\.io/.*", # returns 403
163
+ r"https://www\.contributor-covenant\.org/.*", # flaky
164
+]
165
# Add request headers for specific domains (e.g. to avoid rate-limiting)
166
linkcheck_request_headers = {
167
"https://github.com": {
0 commit comments