summaryrefslogtreecommitdiff
path: root/sphinx/writers/latex.py
Commit message (Expand)AuthorAgeFilesLines
* Allow multi-line object description signatures (#11011)TLouf2023-05-111-6/+62
* Remove deprecated ``LaTeXTranslator.docclasses`` attribute (#11382)Adam Turner2023-04-281-9/+0
* Revert "Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)...James Addison2023-04-231-18/+10
* Update CHANGES for PR #11333Bénédikt Tran2023-04-181-3/+3
* Fix duplicated labels in TeX output (#11093)Bénédikt Tran2023-04-171-1/+20
* Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)James Addison2023-04-071-10/+18
* LaTeX: let mark-up for seealso directive use explicit colon (fix #11264)Jean-François B2023-03-261-1/+1
* Resolve ``flake8-return`` errorsAdam Turner2023-02-181-37/+35
* Fix COM812Adam Turner2023-02-181-3/+3
* Resolve Ruff SIM114 violationsAdam Turner2023-02-151-1/+1
* LaTeX: ``\emph`` replaced by ``\sphinxparam`` and ``\sphinxsamedocref``Jean-François B2023-01-241-2/+2
* Fix #11079 (LaTeX: figure with align disappears if not followed by text)Jean-François B2023-01-081-1/+4
* Fix #6744: support for seealso directive should be via an environmentJean-François B2023-01-031-2/+3
* Shrink 'any-generics' whitelist for 'writers' module (#10867)danieleades2023-01-021-2/+2
* Run pyupgrade (#11070)Adam Turner2023-01-021-24/+24
* Use PEP 604 typesAdam Turner2023-01-011-5/+5
* Use PEP 595 typesAdam Turner2023-01-011-25/+25
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Enable Ruff's pylint 'PLC2201' checkAdam Turner2022-12-301-1/+1
* Allow line breaks before binary operatorsAdam Turner2022-12-291-2/+2
* remove blanket 'noqas'Daniel Eades2022-12-161-1/+1
* Run the ``pyupgrade`` toolAdam Turner2022-10-171-5/+5
* URI-escape image filenames (#10268)Eric Wieser2022-10-131-4/+7
* LaTeX: support for booktabs-style and zebra-striped tables (#10759)Jean-François B2022-10-121-22/+74
* Shrink strict optional whitelist (HTML writers) (#10838)danieleades2022-09-201-1/+1
* Remove Pygments compatability code (#10812)Adam Turner2022-09-091-9/+4
* Fix more strict static typing errors (#10681)danieleades2022-08-281-3/+3
* Improve static typing strictness (#10569)danieleades2022-07-181-3/+5
* LaTeX writer: add \label's for all index keys, not just firstDmitry Shachnev2022-07-071-3/+3
* Use the `flake8-comprehensions` lint plugin (#10601)danieleades2022-06-261-1/+1
* Fix #10434: extra whitespace in pdf output for highlighted inline codejfbu2022-05-081-3/+3
* Merge branch '4.x' into 5.xTakeshi KOMIYA2022-05-061-1/+18
|\
| * Merge pull request #10251 from jbms/fix-inline-syntax-highlightTakeshi KOMIYA2022-05-061-1/+18
| |\
| | * Make code role highlighting consistent with code-block directiveJeremy Maitin-Shepard2022-03-191-1/+18
* | | LaTeX: correct footnote marks, extended with page of link targetjfbu2022-04-161-7/+3
* | | Merge branch '4.x'Takeshi KOMIYA2022-03-191-10/+3
|\ \ \ | |/ /
| * | Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
| * | Fix module docstring indentationAdam Turner2022-02-201-4/+4
| * | Fix module docstring first lineAdam Turner2022-02-201-2/+1
| * | Remove module titles in docstringsAdam Turner2022-02-191-3/+0
| |/
* | Merge branch '4.x'Takeshi KOMIYA2022-03-031-7/+15
|\ \ | |/
| * Merge pull request #10087 from marxin/vertical-spaces-for-cpp-functionsJean-François B2022-02-141-7/+14
| |\
| | * LaTeX: \pysig{start,stop}signatures and related \pysigline refactoringjfbu2022-01-131-7/+11
| | * Latex: fix vertical spacing for cpp:function.marxin2022-01-111-7/+10
| * | Fix #10175: LaTeX: named footnote ref is linked to an incorrect footnoteTakeshi KOMIYA2022-02-131-0/+1
* | | Merge branch '4.x'Takeshi KOMIYA2022-02-191-2/+2
|\ \ \ | |/ /
| * | Fix #9529: LaTeX: named footnotes are converted to "?"Takeshi KOMIYA2022-02-061-2/+2
* | | Merge branch '4.x'Takeshi KOMIYA2022-01-171-2/+2
|\ \ \ | |/ /
| * | address some unused loop control variables (B007)Daniel Eades2022-01-121-2/+2
| |/
* | Merge branch '4.x'Takeshi KOMIYA2022-01-161-4/+2
|\ \ | |/