mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
syntax error
This commit is contained in:
@@ -217,7 +217,7 @@ class CheckExternalLinksBuilder(Builder):
|
||||
req_url = encode_uri(req_url)
|
||||
|
||||
# need to actually check the URI
|
||||
for _ in range(self.app.config.linkcheck_retries)
|
||||
for _ in range(self.app.config.linkcheck_retries):
|
||||
status, info, code = check_uri()
|
||||
if status != "broken":
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user