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
2022-02-20Collapse single line docstringsAdam Turner
2022-02-20Remove copyright and licence fieldsAdam Turner
2022-02-20Fix module docstring indentationAdam Turner
2022-02-20Fix module docstring first lineAdam Turner
2022-02-20Remove module titles in docstringsAdam Turner
2022-01-12address some unused loop control variables (B007)Daniel Eades
2022-01-10use class-style syntax for 'NamedTuple'sDaniel Eades
2022-01-02Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-12-08linkcheck: Exclude links from matched documentsChristian Roth
2021-09-27don't print file extension twice in linkcheck warningsoleg.hoefling
2021-07-18Fix #9435: linkcheck: Failed to check anchors in github.comTakeshi KOMIYA
2021-07-06Merge branch '4.x' into 6525_linkcheck_warn_redirectsTakeshi KOMIYA
2021-06-13Merge branch '4.x' into 4.0.xTakeshi KOMIYA
2021-06-10shorter explanatory commentsJustin Mathews
2021-06-10alphabetical orderingJustin Mathews
2021-06-10alphabetical orderingJustin Mathews
2021-06-10comment explaining why try GET when HEAD got a ConnectionErrorJustin Mathews
2021-06-08catch ConnectionError on HEADJustin Mathews
2021-06-03Fix ImportErrorTakeshi KOMIYA
2021-06-03linkcheck: Use urlparse to check and reconstruct URI for github.comTakeshi KOMIYA
2021-05-31Close #9016: linkcheck builder failed to check the anchors of github.comTakeshi KOMIYA
2021-05-31linkcheck: Emit a warning for disallowed redirectsTakeshi KOMIYA
2021-05-20Rename linkcheck_ignore_redirects to linkcheck_allowed_redirectsTakeshi KOMIYA
2021-05-15Close #6525: linkcheck: Add linkcheck_ignore_redirectsTakeshi KOMIYA
2021-05-15Close #6525: linkcheck: Add linkcheck_warn_redirectsTakeshi KOMIYA
2021-04-29refactor: linkcheck: Call write_linkstat() at the top of process_result()Takeshi KOMIYA
2021-04-29refactor: linkcheck: Use attributes of CheckResult in process_result()Takeshi KOMIYA
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