summaryrefslogtreecommitdiff
path: root/sphinx/builders/latex/transforms.py
Commit message (Expand)AuthorAgeFilesLines
* Fix error message wording in builders/latex/transforms.pyJean-François B2023-04-011-3/+5
* Fix COM812Adam Turner2023-02-181-1/+1
* Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-071-2/+7
* Use PEP 604 typesAdam Turner2023-01-011-2/+2
* Use PEP 595 typesAdam Turner2023-01-011-11/+11
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* remove blanket 'noqas'Daniel Eades2022-12-161-1/+3
* Docstring clarifications (#9877)Arthur Milchior2022-09-241-1/+1
* Further improve type annotations, reduce mypy whitelist (#10770)danieleades2022-08-281-6/+10
* 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
* Fix #9529: LaTeX: named footnotes are converted to "?"Takeshi KOMIYA2022-02-061-14/+17
* Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-031-12/+12
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA2021-10-271-5/+5
* refactor: Use PEP-526 based variable annotation (sphinx.builders)Takeshi KOMIYA2021-03-131-10/+10
* Fix #8936: LaTeX: A custom LaTeX builder fails with unknown node errorTakeshi KOMIYA2021-03-051-9/+9
* Merge pull request #8866 from tk0miya/8865_IndexInSectionTitleTransformTakeshi KOMIYA2021-02-131-2/+3
|\
| * LaTeX: Restructure the index nodes inside title nodes only on LaTeX buildsTakeshi KOMIYA2021-02-111-2/+3
* | Merge pull request #8861 from tk0miya/refactor_latex_writer3Takeshi KOMIYA2021-02-111-23/+21
|\ \ | |/ |/|
| * refactor: LaTeX: Assign node_ids to footnotemark and footnotetextTakeshi KOMIYA2021-02-101-23/+21
* | SubstitutionDefinitionsRemove: only run for LaTeX builderBrecht Machiels2021-02-101-1/+1
|/
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-5/+3
* Don't remove substitution_reference nodes (fix #7953)Brecht Machiels2020-09-081-0/+14
* refactor: Update type annotations in sphinx.builders.*Takeshi KOMIYA2020-02-231-1/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-8/+8
* Migrate to py3 style type annotation: sphinx.builders.latex.transformsTakeshi KOMIYA2019-06-101-81/+41
* Add CitationDomain for citation processingTakeshi KOMIYA2019-03-301-3/+4
* Add SphinxPostTransform class (#6154)Takeshi KOMIYA2019-03-171-27/+43
* Merge branch '1.8' into 2.0Takeshi KOMIYA2019-03-101-0/+37
|\
| * Fix #6149: LaTeX: :index: role titles causes build error of LaTeXTakeshi KOMIYA2019-03-101-0/+37
* | Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+1
* | Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-2/+2
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-5/+4
* | refactor: Use "self.config" accessor to get it simplyTakeshi KOMIYA2018-12-041-1/+1
* | Fix annotations: Give Any type to settings to conceal errorsTakeshi KOMIYA2018-12-031-3/+4
* | Fix annotations for buildersTakeshi KOMIYA2018-12-021-4/+5
* | Fix annotations for buildersTakeshi KOMIYA2018-11-291-31/+33
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Adjust type annotations for transforms to docutils'Takeshi KOMIYA2018-11-231-15/+17
* | Use super() to call parent class's methodJon Dufresne2018-11-111-2/+2
* | Merge branch '1.8'jfbu2018-11-061-1/+1
|\ \ | |/