summaryrefslogtreecommitdiff
path: root/sphinx/builders/latex
Commit message (Expand)AuthorAgeFilesLines
* html builder: Append CRC32 checksum to asset URIs (#11415)Adam Turner2023-05-111-4/+7
* Revert "Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)...James Addison2023-04-231-2/+2
* Partially revert "Disable localisation when SOURCE_DATE_EPOCH is set (#10949)...Adam Turner2023-04-211-1/+1
* Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)James Addison2023-04-071-2/+2
* Disable localisation when ``SOURCE_DATE_EPOCH`` is set (#10949)James Addison2023-04-071-1/+1
* Fix error message wording in builders/latex/transforms.pyJean-François B2023-04-011-3/+5
* Fix typos found by codespellDimitri Papadopoulos2023-03-271-1/+1
* Resolve ``flake8-return`` errorsAdam Turner2023-02-181-4/+2
* Fix COM812Adam Turner2023-02-182-3/+3
* Resolve Ruff SIM114 violationsAdam Turner2023-02-151-4/+3
* Merge branch '6.1.x'Adam Turner2023-01-101-7/+4
|\
| * Undo parallel image changesAdam Turner2023-01-101-7/+4
* | Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-071-2/+7
|/
* Fix copying images under parallel execution (#11100)Adam Turner2023-01-071-4/+7
* Move console output utilities to ``sphinx.util.display``Adam Turner2023-01-031-1/+2
* Run pyupgrade (#11070)Adam Turner2023-01-021-2/+2
* Use PEP 604 typesAdam Turner2023-01-014-11/+8
* Use PEP 595 typesAdam Turner2023-01-014-26/+26
* Insert ``from __future__ import annotations``Adam Turner2023-01-015-0/+10
* remove blanket 'noqas'Daniel Eades2022-12-162-3/+7
* LaTeX: switch to some nicer defaults for tables and code-blocks (#10924)Jean-François B2022-10-171-1/+1
* LaTeX: support for booktabs-style and zebra-striped tables (#10759)Jean-François B2022-10-121-0/+4
* Docstring clarifications (#9877)Arthur Milchior2022-09-241-1/+1
* Fix more strict static typing errors (#10681)danieleades2022-08-281-20/+20
* Further improve type annotations, reduce mypy whitelist (#10770)danieleades2022-08-282-11/+13
* LaTeX: fix #10506 (make Pygments \PYG macro \protected)Jean-François B2022-06-301-1/+1
* `rawsource` is deprecated in `docutils.nodes.Text`Adam Turner2022-04-221-2/+2
* Catch `DeprecationWarning` for `docutils.frontend.OptionParser`Adam Turner2022-04-221-4/+9
* Specify encodingAdam Turner2022-04-222-2/+2
* Merge branch '4.x'Takeshi KOMIYA2022-03-196-54/+6
|\
| * Collapse single line docstringsAdam Turner2022-02-206-12/+6
| * Remove copyright and licence fieldsAdam Turner2022-02-206-18/+0
| * Fix module docstring indentationAdam Turner2022-02-206-12/+12
| * Fix module docstring first lineAdam Turner2022-02-206-12/+6
| * Remove module titles in docstringsAdam Turner2022-02-196-18/+0
* | Merge branch '4.x'Takeshi KOMIYA2022-02-191-14/+17
|\ \ | |/
| * Fix #9529: LaTeX: named footnotes are converted to "?"Takeshi KOMIYA2022-02-061-14/+17
* | Close #10062: Change the default language to 'en'Takeshi KOMIYA2022-01-122-19/+13
* | Merge branch '4.x'Takeshi KOMIYA2022-01-032-16/+16
|\ \ | |/
| * Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-032-16/+16
* | Merge branch '4.x'Takeshi KOMIYA2022-01-016-6/+6
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2022-01-016-6/+6
* | refactor: Remove RemovedInSphinx50Warning (partially)Takeshi KOMIYA2021-12-171-14/+0
|/
* Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA2021-10-271-5/+5
* Fix typos discovered by codespellChristian Clauss2021-09-081-1/+1
* Add xeCJKVerbAddon to default fvset config for Chinese documentsShengjing Zhu2021-07-091-0/+3
* refactor: Use PEP-526 based variable annotation (sphinx.builders)Takeshi KOMIYA2021-03-134-23/+23
* Merge branch 'master' into latex_better_fix_pygmentsJean-François B2021-03-122-10/+10
|\
| * Merge branch '3.x'Takeshi KOMIYA2021-03-061-9/+9
| |\
| | * Fix #8936: LaTeX: A custom LaTeX builder fails with unknown node errorTakeshi KOMIYA2021-03-051-9/+9