summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Collapse)AuthorAgeFilesLines
...
| * Bump versionAdam Turner2023-01-101-3/+3
| |
| * Bump to 6.1.3 finalv6.1.3Adam Turner2023-01-101-2/+2
| |
| * Handle exceptions for ``get_node_source`` and ``get_node_line``Adam Turner2023-01-102-4/+11
| |
| * Restore Sphinx 5 ``nodes.Element`` copying behaviourAdam Turner2023-01-101-0/+15
| |
| * Undo parallel image changesAdam Turner2023-01-106-37/+27
| |
* | Merge pull request #11105 from jfbu/latex_remove_dimensJean-François B2023-01-083-40/+40
|\ \ | | | | | | LaTeX: remove some internal \dimen registers
| * | LaTeX: remove deprecated internal ``\dimen`` at 6.2.0 not 7.0.0Jean-François B2023-01-081-5/+5
| | |
| * | LaTeX: remove some internal \dimen registersJean-François B2023-01-073-39/+39
| | |
* | | Fix #11079 (LaTeX: figure with align disappears if not followed by text)Jean-François B2023-01-081-1/+4
| | |
* | | Replace deprecation tooling with module level ``__getattr__`` (#11054)Adam Turner2023-01-086-138/+141
| | |
* | | Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-0716-54/+197
|/ / | | | | | | This allows using Ruff's import sorting fixers
* | Merge branch '6.1.x'Adam Turner2023-01-074-16/+28
|\ \ | |/ | | | | | | | | # Conflicts: # CHANGES # sphinx/__init__.py
| * Bump versionAdam Turner2023-01-071-3/+3
| |
| * Bump to 6.1.2 finalv6.1.2Adam Turner2023-01-071-2/+2
| |
| * Fix copying images under parallel execution (#11100)Adam Turner2023-01-074-16/+28
| |
* | Merge branch '6.1.x'Jean-François B2023-01-062-13/+18
|\ \ | |/ | | | | | | Conflicts: CHANGES
| * LaTeX: fix 5.1.0 bugs related to topic and contents boxes (#11102)Jean-François B2023-01-062-13/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix #11095 (PDF wrong placement of shadow of topic boxes since 5.1.0) * Fix #11096 (LaTeX shadowsize regression at 5.1.0) * Fix #11099 (shadowrule legacy sphinxsetup key vanished at 5.1.0) * Fix #11101 (LaTeX div.topic_padding of sphinxsetup had wrong name) * Add some checks that various sphinxsetup keys do not break PDF build * Update LaTeX docs * Update CHANGES * Can not use :dudir:`contents` has it links to wrong place
* | Call ``hashlib`` functions with ``usedforsecurity=False``Adam Turner2023-01-061-16/+9
| |
* | Merge branch '6.1.x'Adam Turner2023-01-061-1/+3
|\ \ | |/ | | | | | | | | # Conflicts: # CHANGES # sphinx/__init__.py
| * Bump to 6.1.1 finalv6.1.1Adam Turner2023-01-051-2/+2
| |
| * Suppress ``ValueError`` in ``apply_source_workaround`` (#11092)Adam Turner2023-01-051-1/+3
| |
| * Bump versionAdam Turner2023-01-051-3/+3
| |
* | Bump versionAdam Turner2023-01-051-3/+3
|/
* Bump to 6.1.0 finalv6.1.0Adam Turner2023-01-051-2/+2
|
* Fix deprecation warningsAdam Turner2023-01-051-2/+3
|
* Merge branch '6.0.x'Adam Turner2023-01-052-6/+7
|\ | | | | | | | | # Conflicts: # CHANGES
| * Bump to 6.0.1 finalv6.0.1Adam Turner2023-01-051-2/+2
| |
| * imgmath: Fix relative file path (#10965)Julien Schueller2023-01-051-4/+5
| |
* | Add SIM113 lint (#11057)danieleades2023-01-051-1/+1
| | | | | | SIM113: Use ``enumerate``
* | Cache doctrees between reading and writing phasesAdam Turner2023-01-042-1/+11
| |
* | Cache doctrees more efficientlyAdam Turner2023-01-043-10/+19
| |
* | Move XML Name pattern to ``epub3``Adam Turner2023-01-032-27/+22
| |
* | Move exception formatting utilities to ``sphinx.util.exceptions``Adam Turner2023-01-033-72/+79
| |
* | Deprecate ``path_stabilize`` via ``deprecated_alias``Adam Turner2023-01-031-10/+5
| |
* | Fix #11074: Can't change sphinxnote to use sphinxheavyboxJean-François B2023-01-031-0/+39
| |
* | Move HTTP-date formatting utils to `utils.http_date`Adam Turner2023-01-033-16/+27
| |
* | Move console output utilities to ``sphinx.util.display``Adam Turner2023-01-0312-99/+127
| | | | | | | | | | - Merge `old_status_iterator` into ``status_iterator``. ``old_status_iterator`` was deprecated in version 1.6.
* | Update ruff configurationAdam Turner2023-01-031-1/+1
| |
* | Trim duplicate in sphinxlatexadmonitions.sty latex codeJean-François B2023-01-031-5/+0
| |
* | Fix #6744: support for seealso directive should be via an environmentJean-François B2023-01-033-4/+9
| |
* | Document ``typing.NewType`` as a class (#10700)Adam Turner2023-01-022-116/+80
| |
* | De-glob mypy whitelist for 'sphinx.domains.*' (#11064)danieleades2023-01-0214-96/+155
| | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* | Shrink mypy whitelist for 'util.nodes' module (#11061)danieleades2023-01-021-4/+4
| |
* | Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)Adam Turner2023-01-026-88/+131
| |
* | Make MyPy happyAdam Turner2023-01-022-6/+6
| |
* | Move tasks into parallel writingAdam Turner2023-01-021-9/+8
| |
* | Rewrite IndexBuilder loadingAdam Turner2023-01-022-64/+151
| |
* | Use ``re`` flagsAdam Turner2023-01-025-23/+23
| |
* | Cosmetic refactor of ``_entries_from_toctree``Adam Turner2023-01-021-29/+22
| |
* | Don't re-read doctrees from disk unnecessarilyAdam Turner2023-01-021-5/+12
| | | | | | | | Cache the loaded doctree and deepcopy on return