Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-13refactor: Use PEP-526 based variable annotation (sphinx.builders)Takeshi KOMIYA
2021-02-12refactor: linkcheck: Remove next_check from Hyperlink objectTakeshi KOMIYA
2021-02-12refactor: linkcheck: Refine the constructor of Checker and CheckWorkerTakeshi KOMIYA
2021-02-12refactor: linkcheck: Separate thread manager feature from builder classTakeshi KOMIYA
2021-02-06refactor: linkcheck: Deprecate attributes of linkcheck buildersTakeshi KOMIYA
2021-02-05refactor: linkcheck: Remove unused attribute HyperlinkAvailabilityCheckWorker...Takeshi KOMIYA
2021-02-05Fix typoTakeshi KOMIYA
2021-02-05refactor: linkcheck: Separate worker feature from builder classTakeshi KOMIYA
2021-02-04Formalize linkcheck CheckResult into a NamedTupleFrançois Freitag
2021-02-03refactor: linkcheck: Skip queuing ignored URIsTakeshi KOMIYA
2021-01-31linkcheck: The docname of hyperlink is not displayed (refs: #8791)Takeshi KOMIYA
2021-01-31Merge pull request #8794 from tk0miya/refactor_linkcheck3Takeshi KOMIYA
2021-01-31refactor: linkcheck: Update type annotationsTakeshi KOMIYA
2021-01-31refactor: linkcheck: Access config object via self.configTakeshi KOMIYA
2021-01-27linkcheck: Raise on unknown status in process_result()François Freitag
2021-01-24Merge branch '3.x' into rm-nTakeshi KOMIYA
2021-01-24Linkcheck: Derive number of links from the post-transform resultFrançois Freitag
2021-01-24Linkcheck: Don’t repeatedly open/close log filesFrançois Freitag
2021-01-21Merge branch '3.x' into unused-attrs-linkcheckTakeshi KOMIYA
2021-01-21Merge branch '3.x' into typoTakeshi KOMIYA
2021-01-21Deprecate linkcheck builder {broken,good,redirected}François Freitag
2021-01-21Match linkcheck deprecation warning version with deprecated.rstFrançois Freitag
2021-01-20refactor: linkcheck: Make linkcheck builder to a subclass of DummyBuilderTakeshi KOMIYA
2021-01-20linkcheck: Fix race condition that could lead to checking the availability of...Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-22Ensure linkcheck items are comparableFrançois Freitag
2020-11-25Fix #6629: linkcheck: Handle rate-limitingFrançois Freitag
2020-11-22Merge branch '3.x' into 8131_too_many_redirectsTakeshi KOMIYA
2020-11-12linkcheck: Remove call to is_ssl_error()François Freitag
2020-11-11linkcheck: Set allow_redirects in requests.head() callFrançois Freitag
2020-11-11Sort imports with isortFrançois Freitag
2020-11-01Merge branch '3.2.x' into 3.xTakeshi KOMIYA
2020-10-25Merge pull request #8332 from sphinx-doc/8321_linkcheck_tel_linksTakeshi KOMIYA
2020-10-24Fix #8321: linkcheck: ``tel:`` schema hyperlinks are detected as errorsTakeshi KOMIYA
2020-10-20Fix broken url not reporting errorVasista Vovveti
2020-10-11Linkcheck: Use Thread daemon argumentFrançois Freitag
2020-10-04Merge pull request #8245 from mgeier/linkcheck-sourcedirTakeshi KOMIYA
2020-10-04Pass docname instead of srcdirMatthias Geier
2020-10-03Fix #8268: make linkcheck report HTTP errorsFrançois Freitag
2020-09-27linkcheck: take source directory into account for local filesMatthias Geier
2020-08-17Extend linkchecker GET fallback logic to handle Too Many RedirectsSebastien Besson
2020-07-23linkcheck: Fix a protocol relative URL is considered as a local fileTakeshi KOMIYA
2020-07-19Close #5208: linkcheck: Support checks for local linksTakeshi KOMIYA
2020-05-31Close #7247: linkcheck: Add linkcheck_request_headersTakeshi KOMIYA
2020-02-13ENH: linkcheck: also write all links to output.jsonWes Turner
2020-01-30Fix #7055: linkcheck: redirect is treated as an errorTakeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-11-30builders/linkcheck: include "experimental" HTTP 308 as "permanently"Georg Brandl
2019-11-25Add linkcheck_auth optionJonas Haag
2019-11-17Fix #6806: linkcheck: Failure on parsing contentTakeshi KOMIYA