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-02Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA
2022-01-01Merge branch '4.3.x' into 4.xTakeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-12-23Fix flake8 warningsTakeshi KOMIYA
2021-12-05drop translator-specific unknown_visit callsJames Knight
2021-10-10refactor: Node.traverse() will returns generator since 0.18Takeshi KOMIYA
2021-07-18Improve sphinx.writers.text docstringsLouis Maddox
2021-04-12Decl styling, update writersJakob Lykke Andersen
2021-03-13refactor: Use PEP-526 based variable annotation (sphinx.writers)Takeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-11-02Merge branch '3.x'Takeshi KOMIYA
2020-09-08Don't remove substitution_reference nodes (fix #7953)Brecht Machiels
2020-07-24Merge branch '3.x'Takeshi KOMIYA
2020-07-19fix typoTetsuo Koyama
2020-07-04Merge branch '3.x'Takeshi KOMIYA
2020-06-17Use chain.from_iterable in text.pyRam Rachum
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-02-23refactor: Update type annotations in sphinx.writers.*Takeshi KOMIYA
2020-02-17Merge branch '2.x' into 3.xTakeshi KOMIYA
2020-02-17Fix #7170: text: Remove debug printTakeshi KOMIYA
2020-01-01Merge branch '2.0'Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-12-01Fix flake8 violationTakeshi KOMIYA
2019-11-30Merge branch '2.0'Takeshi KOMIYA
2019-11-30Fix #6867: text: extra spaces are inserted to hyphenated words on folding linesTakeshi KOMIYA
2019-11-30Merge branch '2.0'Takeshi KOMIYA
2019-11-25Migrate to py3 style type annotation: sphinx.writers.textTakeshi KOMIYA
2019-07-13Merge branch '2.0'Takeshi KOMIYA
2019-07-13Fix mypy violations (for mypy-0.720)Takeshi KOMIYA
2019-06-21Fix mypy violations (for mypy-0.710)Takeshi KOMIYA
2019-03-30Drop features and APIs deprecated in 1.8Takeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-17Reorder the arguments for translatorsTakeshi KOMIYA
2018-12-17Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-16Remove redundant coerce to str in string formattingJon Dufresne
2018-12-15Use Python 3 super() argument-less syntaxJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-15Remove a hack for py2 from TextWrapperTakeshi KOMIYA