summaryrefslogtreecommitdiff
path: root/sphinx/builders
Commit message (Expand)AuthorAgeFilesLines
* Revert "Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)...James Addison2023-04-235-11/+10
* Partially revert "Disable localisation when SOURCE_DATE_EPOCH is set (#10949)...Adam Turner2023-04-212-2/+2
* Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)James Addison2023-04-075-10/+11
* Disable localisation when ``SOURCE_DATE_EPOCH`` is set (#10949)James Addison2023-04-072-2/+2
* Ensure arguments to ``PIL.Image.resize()`` are integers (#11288)James Reinders2023-04-061-1/+1
* Enable 'nit-picky mode' for Sphinx's documentationAdam Turner2023-04-061-2/+3
* Only use ``_write_doc_doctree_cache`` in serial mode (#11290)Martin Liška2023-04-051-5/+11
* 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
* Speed up ``test_linkcheck``Adam Turner2023-03-241-1/+1
* Add missing quotes in html 4 deprecation textRafael Fontenelle2023-03-211-1/+1
* Remove useless compatability importsAdam Turner2023-03-171-7/+0
* Remove deprecated code in ``sphinx.builders.linkcheck`` (#11089)danieleades2023-03-171-8/+4
* Drop OrderedDictAdam Turner2023-03-051-3/+3
* Resolve ``flake8-return`` errorsAdam Turner2023-02-183-7/+4
* Unescape quotation marks where possibleAdam Turner2023-02-181-1/+1
* Fix COM812Adam Turner2023-02-189-23/+23
* Restore correct parallel search index building (#11192)Jeremy Maitin-Shepard2023-02-151-4/+3
* Resolve Ruff SIM114 violationsAdam Turner2023-02-152-8/+7
* Define ``sphinx.builders.gettext.LocalTimeZone.tzname()``Adam Turner2023-02-111-0/+3
* Collapse ``.startswith`` and ``.endswith`` testsAdam Turner2023-02-091-4/+2
* Merge branch '6.1.x'Adam Turner2023-01-105-32/+25
|\
| * Handle exceptions for ``get_node_source`` and ``get_node_line``Adam Turner2023-01-101-1/+4
| * Undo parallel image changesAdam Turner2023-01-104-31/+21
* | Replace deprecation tooling with module level ``__getattr__`` (#11054)Adam Turner2023-01-081-11/+18
* | Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-071-2/+7
|/
* Fix copying images under parallel execution (#11100)Adam Turner2023-01-074-16/+28
* Cache doctrees between reading and writing phasesAdam Turner2023-01-041-0/+2
* Move XML Name pattern to ``epub3``Adam Turner2023-01-031-2/+16
* Move console output utilities to ``sphinx.util.display``Adam Turner2023-01-038-9/+16
* Move tasks into parallel writingAdam Turner2023-01-021-9/+8
* Address SIM103 lints (#11052)danieleades2023-01-021-4/+1
* Use ``any`` to find elements in iterable (#11053)danieleades2023-01-021-5/+5
* Run pyupgrade (#11070)Adam Turner2023-01-028-36/+34
* Use PEP 604 typesAdam Turner2023-01-0116-53/+50
* Use PEP 595 typesAdam Turner2023-01-0119-168/+166
* Insert ``from __future__ import annotations``Adam Turner2023-01-0120-0/+40
* Fix ``SIM904``, directly construct dicts (#11059)danieleades2023-01-011-5/+5
* Factor out HTML 4 translator (#11051)Adam Turner2022-12-301-3/+8
* Fix lookup table for multi-word key names (``kbd`` role) (#10962)textshell2022-12-301-4/+4
* Adopt the Ruff code linting toolAdam Turner2022-12-291-1/+1
* remove blanket 'noqas'Daniel Eades2022-12-166-15/+34
* Update typing ignores for mypy 0.990Adam Turner2022-11-131-1/+1
* LaTeX: switch to some nicer defaults for tables and code-blocks (#10924)Jean-François B2022-10-171-1/+1
* Revert ``html_codeblock_linenos_style`` removal (#10922)Adam Turner2022-10-161-1/+3
* Merge branch '5.x'Adam Turner2022-10-162-1/+6
|\
| * URI-escape image filenames (#10268)Eric Wieser2022-10-131-1/+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-0/+4
| * Fix detection for out of date files (#9360)Martin Liška2022-10-051-1/+1