summaryrefslogtreecommitdiff
path: root/tests/test_build_latex.py
Commit message (Expand)AuthorAgeFilesLines
* Allow multi-line object description signatures (#11011)TLouf2023-05-111-6/+25
* Revert "Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)...James Addison2023-04-231-4/+0
* Update CHANGES for PR #11333Bénédikt Tran2023-04-181-7/+10
* Fix duplicated labels in TeX output (#11093)Bénédikt Tran2023-04-171-0/+27
* test_build_latex: move output to a separate output dirMartin Liska2023-04-131-6/+9
* LaTeX: get aligned longtable obey current list indentJean-François B2023-04-111-2/+2
* Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)James Addison2023-04-071-0/+4
* Fix #11274: external links may break PDF build if under \sphinxupquoteJean-François B2023-03-311-0/+8
* LaTeX: let mark-up for seealso directive use explicit colon (fix #11264)Jean-François B2023-03-261-1/+1
* Resolve lint errors from Ruff 0.0.259Adam Turner2023-03-231-1/+1
* Include source in highlighting warnings (#11150)Jeremy Maitin-Shepard2023-03-171-1/+1
* Prefer ``contextlib.chdir`` to ``sphinx.util.osutil.cd``Adam Turner2023-03-051-2/+7
* Unescape quotation marks where possibleAdam Turner2023-02-181-1/+1
* Fix pytest style issuesAdam Turner2023-02-181-4/+1
* Fix COM812Adam Turner2023-02-181-6/+6
* Merge branch '6.1.x'Adam Turner2023-01-101-6/+1
|\
| * Undo parallel image changesAdam Turner2023-01-101-6/+1
* | Fix #11079 (LaTeX: figure with align disappears if not followed by text)Jean-François B2023-01-081-3/+6
|/
* Fix copying images under parallel execution (#11100)Adam Turner2023-01-071-0/+23
* Cache doctrees more efficientlyAdam Turner2023-01-041-1/+1
* Fix #6744: support for seealso directive should be via an environmentJean-François B2023-01-031-0/+11
* Run pyupgrade (#11070)Adam Turner2023-01-021-2/+2
* Enable Ruff's pylint 'PLC2201' checkAdam Turner2022-12-301-1/+1
* Run the ``pyupgrade`` toolAdam Turner2022-10-171-3/+3
* LaTeX: switch to some nicer defaults for tables and code-blocks (#10924)Jean-François B2022-10-171-5/+7
* URI-escape image filenames (#10268)Eric Wieser2022-10-131-2/+2
* Revert "Fix detection for out of date files (#9360)" (#10908)Martin Liška2022-10-131-1/+1
* LaTeX: support for booktabs-style and zebra-striped tables (#10759)Jean-François B2022-10-121-6/+36
* Fix detection for out of date files (#9360)Martin Liška2022-10-051-1/+1
* Fix flake8 5.0.0 reported formatting errorsdaniel.eades2022-08-011-1/+1
* Lint with `flake8-bugbear` (#10602)danieleades2022-07-121-3/+3
* Show the repr of the value in some warnings (#10439)Ezio Melotti2022-06-161-1/+1
* Fix #10434: extra whitespace in pdf output for highlighted inline codejfbu2022-05-081-2/+2
* Merge branch '4.x' into 5.xTakeshi KOMIYA2022-05-061-0/+27
|\
| * Merge pull request #10251 from jbms/fix-inline-syntax-highlightTakeshi KOMIYA2022-05-061-0/+27
| |\
| | * Make code role highlighting consistent with code-block directiveJeremy Maitin-Shepard2022-03-191-0/+27
* | | `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-83/+83
* | | LaTeX: correct footnote marks, extended with page of link targetjfbu2022-04-161-38/+23
* | | Merge branch '4.x'Takeshi KOMIYA2022-03-191-9/+1
|\ \ \ | |/ /
| * | 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
| |/
* | Merge branch '4.x'Takeshi KOMIYA2022-03-031-0/+2
|\ \ | |/
| * Fix #10175: LaTeX: named footnote ref is linked to an incorrect footnoteTakeshi KOMIYA2022-02-131-0/+2
* | Merge branch '4.x'Takeshi KOMIYA2022-02-191-62/+76
|\ \ | |/
| * Fix #9529: LaTeX: named footnotes are converted to "?"Takeshi KOMIYA2022-02-061-29/+42
| * test: Add testcase for named footnotesTakeshi KOMIYA2022-02-061-37/+43
* | Close #10062: Change the default language to 'en'Takeshi KOMIYA2022-01-121-1/+1