sphinx/doc/extdev
Takeshi KOMIYA cead0f6ddf linkcheck: Fix race condition that could lead to checking the availability of the same URL twice
So far, linkcheck scans all of references and images from documents, and
checks them parallel.  As a result, some URL would be checked twice (or
more) by race condition.

This collects the URL via post-transforms, and removes duplicated URLs
before checking availability.

refs: #4303
2021-01-20 20:58:27 +09:00
..
appapi.rst Close #6241: html: Allow to add JS/CSS files to the specific page 2021-01-07 02:12:07 +09:00
builderapi.rst Make EventManager portable 2019-04-16 14:06:36 +09:00
collectorapi.rst Update docs for collectors API 2017-01-28 20:44:40 +09:00
deprecated.rst linkcheck: Fix race condition that could lead to checking the availability of the same URL twice 2021-01-20 20:58:27 +09:00
domainapi.rst Fix #7875: doc: Add PythonDomain.note_object() 2020-12-26 21:12:15 +09:00
envapi.rst Make EventManager portable 2019-04-16 14:06:36 +09:00
i18n.rst doc: Fix indentation 2020-04-11 15:44:07 +09:00
index.rst several documentation improvements to theming, templating, and extension development 2020-07-29 10:38:18 +01:00
logging.rst doclinter: restrict by 90 columns 2019-05-26 10:53:53 +09:00
markupapi.rst doclinter: restrict by 90 columns 2019-05-26 10:53:53 +09:00
nodes.rst Drop deprecated termsep node 2017-01-05 13:44:04 +09:00
parserapi.rst DOC: Fix typo: add_source_parsers() -> add_source_parser() 2018-07-17 10:00:05 +02:00
projectapi.rst Add sphinx.project; a manipulator for project and documents 2018-10-16 10:34:58 +09:00
utils.rst Make EventManager portable 2019-04-16 14:06:36 +09:00