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-03-27Merge pull request #10107 from Jean-Abou-Samra/intl-warningsTakeshi KOMIYA
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-02-15Close #3985: Implement #noqa for i18nJean Abou Samra
2022-02-15Categorize warnings for inconsistent references in i18nJean Abou Samra
2022-01-12address some unused loop control variables (B007)Daniel Eades
2022-01-02Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA
2022-01-02i18n: meta strings are not translated with docutils-0.18Takeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-10-30Support docutils-0.18: Consume generator of Element.traverse()Takeshi KOMIYA
2021-10-26Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA
2021-10-10refactor: Node.traverse() will returns generator since 0.18Takeshi KOMIYA
2021-09-08Fix typos discovered by codespellChristian Clauss
2021-07-08Fix typoEisuke Kawashima
2021-05-16doc: Upgrade docutils.sourceforge.io links to HTTPSigo95862
2021-05-09refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-03-24refactor: Use PEP-526 based variable annotation (sphinx.transforms)Takeshi KOMIYA
2021-02-09Merge branch '3.x'Takeshi KOMIYA
2021-02-08i18n: Locale transform: Change heading syntax to work for both RST and MarkdownJames McKinney
2021-01-27Merge branch '3.x'Takeshi KOMIYA
2021-01-24Fix #8745: i18n: KeyError if a new auto footnote_ref in translationsTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Do isortTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-07-24Merge branch '3.x'Takeshi KOMIYA
2020-07-19Fix #4888: i18n: Failed to add an explicit title to ``:ref:`` roleTakeshi KOMIYA
2020-07-19Close #7784: i18n: The alt text for image is translated by defaultTakeshi KOMIYA
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-03-07Deprecate codes for python 3.5Takeshi KOMIYA
2020-01-02Fix #6559: Wrong node-ids are generated in glossary directiveTakeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-12-15Fix #6855: Non-RST translated text should be parsed by the appropriate parserJames McKinney
2019-10-20Fix #6743: i18n: rst_prolog breaks the translationTakeshi KOMIYA
2019-10-20Fix #6718: i18n: KeyError is raised if section title and table title are sameTakeshi KOMIYA
2019-08-20Migrate to py3 style type annotation: sphinx.transforms.i18nTakeshi KOMIYA
2019-08-20refactor: SphinxStandaloneReader should not hold an application objectTakeshi KOMIYA
2019-07-13Fix type annotation for python 3.5.1Takeshi KOMIYA
2019-03-17refactor: Remove lists of transforms from SphinxStandalonReaderTakeshi KOMIYA
2019-02-27Rename find_catalog() to docname_to_domain()Takeshi KOMIYA
2019-01-07refactor: deprecate some pycompat functionsTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-16refactor: Remove u-prefix from stringsTakeshi KOMIYA