From e6980adaf6273594e0b8d9cc1416066c22fc2e75 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 13 Feb 2016 09:02:44 -0500 Subject: [PATCH] oops, lost this --- sphinx/builders/linkcheck.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sphinx/builders/linkcheck.py b/sphinx/builders/linkcheck.py index ecec3c9c9..175966116 100644 --- a/sphinx/builders/linkcheck.py +++ b/sphinx/builders/linkcheck.py @@ -228,6 +228,8 @@ class CheckExternalLinksBuilder(Builder): elif status == "redirected": self.redirected[uri] = (info, code) + return (status, info, code) + while True: uri, docname, lineno = self.wqueue.get() if uri is None: