summaryrefslogtreecommitdiff
path: root/sphinx/transforms/i18n.py
Commit message (Expand)AuthorAgeFilesLines
* Split up logic in ``sphinx.transforms.i18n.Locale.apply`` (#11166)Jean Abou-Samra2023-03-151-242/+261
* Get docname from env in ``sphinx.transforms.i18n`` (#11160)Jean Abou-Samra2023-03-051-6/+1
* Fix COM812Adam Turner2023-02-181-4/+4
* Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-071-2/+7
* Run pyupgrade (#11070)Adam Turner2023-01-021-3/+3
* Use PEP 604 typesAdam Turner2023-01-011-2/+2
* Use PEP 595 typesAdam Turner2023-01-011-15/+15
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* remove blanket 'noqas'Daniel Eades2022-12-161-4/+10
* Increase minimum Docutils to 0.18Adam Turner2022-09-271-7/+2
* Increase minimum Docutils to 0.17Adam Turner2022-09-271-1/+1
* Fix #10579: i18n: UnboundLocalError is raised on translating raw directiveTakeshi KOMIYA2022-06-191-0/+1
* Merge pull request #10107 from Jean-Abou-Samra/intl-warningsTakeshi KOMIYA2022-03-271-11/+33
|\
| * Close #3985: Implement #noqa for i18nJean Abou Samra2022-02-151-6/+28
| * Categorize warnings for inconsistent references in i18nJean Abou Samra2022-02-151-5/+5
* | Collapse single line docstringsAdam Turner2022-02-201-2/+1
* | Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* | Fix module docstring indentationAdam Turner2022-02-201-2/+2
* | Fix module docstring first lineAdam Turner2022-02-201-2/+1
* | Remove module titles in docstringsAdam Turner2022-02-191-3/+0
|/
* address some unused loop control variables (B007)Daniel Eades2022-01-121-1/+1
* Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-031-14/+14
* i18n: meta strings are not translated with docutils-0.18Takeshi KOMIYA2022-01-021-1/+6
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Support docutils-0.18: Consume generator of Element.traverse()Takeshi KOMIYA2021-10-311-15/+15
* Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA2021-10-271-1/+1
* refactor: Node.traverse() will returns generator since 0.18Takeshi KOMIYA2021-10-101-5/+5
* Fix typos discovered by codespellChristian Clauss2021-09-081-1/+1
* Fix typoEisuke Kawashima2021-07-081-1/+1
* doc: Upgrade docutils.sourceforge.io links to HTTPSigo958622021-05-161-1/+1
* refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-101-2/+2
* refactor: Use PEP-526 based variable annotation (sphinx.transforms)Takeshi KOMIYA2021-03-241-11/+11
* Merge branch '3.x'Takeshi KOMIYA2021-02-091-1/+1
|\
| * i18n: Locale transform: Change heading syntax to work for both RST and MarkdownJames McKinney2021-02-081-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2021-01-281-0/+1
|\ \ | |/
| * Fix #8745: i18n: KeyError if a new auto footnote_ref in translationsTakeshi KOMIYA2021-01-251-0/+1
* | Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Do isortTakeshi KOMIYA2020-11-121-2/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-6/+5
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-6/+6
* | Merge branch '3.x'Takeshi KOMIYA2020-07-241-5/+9
|\ \ | |/
| * Fix #4888: i18n: Failed to add an explicit title to ``:ref:`` roleTakeshi KOMIYA2020-07-191-5/+9
* | Close #7784: i18n: The alt text for image is translated by defaultTakeshi KOMIYA2020-07-191-2/+7
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-2/+2
* | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-2/+1
|/
* Fix #6559: Wrong node-ids are generated in glossary directiveTakeshi KOMIYA2020-01-021-8/+3
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-3/+3
* Fix #6855: Non-RST translated text should be parsed by the appropriate parserJames McKinney2019-12-161-2/+3