summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * CHANGES for Sphinx 6.1.3Adam Turner2023-01-101-0/+4
| |
| * 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-1010-56/+30
| |
| * Ignore more checks in Ruff 0.0.214Adam Turner2023-01-101-0/+1
| |
* | Merge pull request #11105 from jfbu/latex_remove_dimensJean-François B2023-01-084-50/+45
|\ \ | | | | | | LaTeX: remove some internal \dimen registers
| * | LaTeX: remove deprecated internal ``\dimen`` at 6.2.0 not 7.0.0Jean-François B2023-01-082-15/+10
| | |
| * | 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-083-4/+13
| | |
* | | Documentation reshuffle (#11112)Adam Turner2023-01-089-10/+14
| | |
* | | Replace deprecation tooling with module level ``__getattr__`` (#11054)Adam Turner2023-01-086-138/+141
| | |
* | | Ignore more checks in Ruff 0.0.214Adam Turner2023-01-071-0/+1
| | |
* | | Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-0735-102/+383
|/ / | | | | | | This allows using Ruff's import sorting fixers
* | Merge branch '6.1.x'Adam Turner2023-01-0710-17/+136
|\ \ | |/ | | | | | | | | # Conflicts: # CHANGES # sphinx/__init__.py
| * Bump versionAdam Turner2023-01-072-3/+24
| |
| * Bump to 6.1.2 finalv6.1.2Adam Turner2023-01-072-4/+4
| |
| * Add note to CHANGES for PR 11100Adam Turner2023-01-071-0/+1
| |
| * Fix copying images under parallel execution (#11100)Adam Turner2023-01-078-16/+110
| |
| * Ignore more checks in Ruff 0.0.213Adam Turner2023-01-071-0/+3
| |
* | Update CHANGES to announce LaTeX deprecation of internal \dimen's (#11107)Jean-François B2023-01-071-0/+10
| |
* | Merge branch '6.1.x'Jean-François B2023-01-071-1/+1
|\ \ | |/
| * Markup typo in docsJean-François B2023-01-071-1/+1
| |
* | Merge branch '6.1.x'Jean-François B2023-01-065-18/+135
|\ \ | |/ | | | | | | Conflicts: CHANGES
| * LaTeX: fix 5.1.0 bugs related to topic and contents boxes (#11102)Jean-François B2023-01-065-18/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-063-3/+34
|\ \ | |/ | | | | | | | | # Conflicts: # CHANGES # sphinx/__init__.py
| * Bump to 6.1.1 finalv6.1.1Adam Turner2023-01-052-19/+4
| |
| * Suppress ``ValueError`` in ``apply_source_workaround`` (#11092)Adam Turner2023-01-053-3/+28
| |
| * Bump versionAdam Turner2023-01-052-3/+24
| |
* | Bump versionAdam Turner2023-01-052-3/+24
|/
* Bump to 6.1.0 finalv6.1.0Adam Turner2023-01-052-7/+4
|
* Fix deprecation warningsAdam Turner2023-01-052-3/+3
|
* Merge branch '6.0.x'Adam Turner2023-01-053-18/+11
|\ | | | | | | | | # Conflicts: # CHANGES
| * Bump to 6.0.1 finalv6.0.1Adam Turner2023-01-052-16/+4
| |
| * Add note for PygmentsAdam Turner2023-01-051-0/+2
| |
| * imgmath: Fix relative file path (#10965)Julien Schueller2023-01-052-4/+7
| |
* | Add SIM113 lint (#11057)danieleades2023-01-053-2/+2
| | | | | | SIM113: Use ``enumerate``
* | Add missing default arguments in sphinx-apidoc.rst (#11084)jgart2023-01-051-2/+2
| | | | | | Add the missing default arguments to two CLI flags, ``-l`` and ``-d``
* | Remove flake8 plugins in favour of Ruff (#11085)danieleades2023-01-052-4/+1
| | | | | | | | | | Remove flake8-comprehensions and flake8-bugbear in favour of Ruff. Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* | Suppress lint failures from Ruff 0.0.211 (#11086)danieleades2023-01-051-0/+4
| | | | | | | | | | Ruff has added new SIM lints which sphinx has not implemented. This suppresses those lints (matching the flake8-simplify config).
* | Updated CHANGES for Sphinx 6.1.0Adam Turner2023-01-041-0/+44
| |
* | Cache doctrees between reading and writing phasesAdam Turner2023-01-042-1/+11
| |
* | Cache doctrees more efficientlyAdam Turner2023-01-047-15/+25
| |
* | Move XML Name pattern to ``epub3``Adam Turner2023-01-034-35/+31
| |
* | Move exception formatting utilities to ``sphinx.util.exceptions``Adam Turner2023-01-034-72/+89
| |
* | 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-032-0/+41
| |
* | Move HTTP-date formatting utils to `utils.http_date`Adam Turner2023-01-034-16/+37
| |
* | Move console output utilities to ``sphinx.util.display``Adam Turner2023-01-0315-183/+240
| | | | | | | | | | - Merge `old_status_iterator` into ``status_iterator``. ``old_status_iterator`` was deprecated in version 1.6.
* | Update ruff configurationAdam Turner2023-01-032-5/+1
| |