summaryrefslogtreecommitdiff
path: root/sphinx/builders
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch '5.x'Adam Turner2022-09-301-4/+4
|\ \ | |/
| * shrink 'Any generics' mypy whitelist for builders module (#10846)danieleades2022-09-291-4/+4
* | Merge branch '5.x'Adam Turner2022-09-271-17/+25
|\ \ | |/
| * Validate filenames in builderStephen Finucane2022-09-261-5/+5
| * Combine 'compile_xxx' and 'build_xxx' functionsStephen Finucane2022-09-261-0/+7
| * Use path2doc rather than reinventing the wheelStephen Finucane2022-09-261-14/+15
* | Merge branch '5.x'Adam Turner2022-09-253-2/+17
|\ \ | |/
| * Docstring clarifications (#9877)Arthur Milchior2022-09-241-1/+1
| * Split out `sphinx_highlight.js`Adam Turner2022-09-241-0/+1
| * Clear `record_dependencies` for each document (#10855)Adam Turner2022-09-241-0/+4
| * Deprecate HTML 4 support (#10843)Adam Turner2022-09-231-1/+12
* | Merge branch '5.x'Adam Turner2022-09-097-48/+51
|\ \ | |/
| * Remove `sphinx.builders.gettext` module from whitelist (#10798)danieleades2022-09-091-1/+0
| * Fix more strict static typing errors (#10681)danieleades2022-08-281-20/+20
| * Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-281-1/+1
| * Further improve type annotations, reduce mypy whitelist (#10770)danieleades2022-08-282-11/+13
| * Merge pull request #10757 from n-peugnet/linkcheck-raw-source-urlFrançois Freitag2022-08-231-14/+16
| |\
| | * linkcheck: Check the source URL of raw directivesn-peugnet2022-08-171-14/+16
| * | Fix some static typing errors (#10745)danieleades2022-08-141-1/+1
| |/
* | Merge branch '5.x'Jean-François B2022-08-061-1/+1
|\ \ | |/
| * Merge pull request #10708 from danieleades/strict-typing2Takeshi KOMIYA2022-07-281-1/+1
| |\
| | * set up mypy for incremental adoption of 'strict optional'daniel.eades2022-07-261-1/+1
* | | Merge branch '5.x'Adam Turner2022-07-261-1/+2
|\ \ \ | |/ /
| * | Improve support for deprecated builders without env arg (#10702)James Knight2022-07-251-1/+2
| |/
* | Merge branch '5.x'Adam Turner2022-07-241-3/+2
|\ \ | |/
| * Update include_patterns implementation (#10680)Adam Turner2022-07-231-3/+2