Skip to content

Commit dcdbe64

Browse files
committed
build: linkcheck tripping rate limits.
Tell linkcheck to respect rate limits by delaying by a server specified delay.
1 parent 035e4b0 commit dcdbe64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/www/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,3 +259,6 @@
259259
]
260260

261261
linkcheck_timeout = 10 # seconds
262+
263+
# getting 429 on www.gnu.org
264+
linkcheck_retry_on_rate_limit = True

0 commit comments

Comments
 (0)