summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '6.0.x'Adam Turner2023-01-051-4/+5
|\
| * imgmath: Fix relative file path (#10965)Julien Schueller2023-01-051-4/+5
* | Move console output utilities to ``sphinx.util.display``Adam Turner2023-01-031-1/+2
* | Document ``typing.NewType`` as a class (#10700)Adam Turner2023-01-022-116/+80
* | Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)Adam Turner2023-01-023-18/+22
* | Address SIM103 lints (#11052)danieleades2023-01-023-17/+4
* | Use ``any`` to find elements in iterable (#11053)danieleades2023-01-023-18/+17
* | Run pyupgrade (#11070)Adam Turner2023-01-0213-57/+56
* | Use PEP 604 typesAdam Turner2023-01-0117-136/+136
* | Use PEP 595 typesAdam Turner2023-01-0128-342/+341
* | Insert ``from __future__ import annotations``Adam Turner2023-01-0129-0/+58
* | Factor out HTML 4 translator (#11051)Adam Turner2022-12-306-18/+18
* | Enable Ruff's flake8-bandit checksAdam Turner2022-12-291-2/+2
* | Enable Ruff's pylint checksAdam Turner2022-12-291-2/+1
* | Enable Ruff's pygrep-hooks checksAdam Turner2022-12-292-2/+2
* | Tighten mypy 'strict optional' whitelist (#11038)danieleades2022-12-295-34/+73
|/
* Remove unnecessary conditional import in ``sphinx.ext.napoleon`` (#11043)Antony Lee2022-12-291-16/+11
* remove blanket 'noqas'Daniel Eades2022-12-161-1/+4
* Deactivate (provisorily) Python12-dev testing (#11035)Jean-François B2022-12-162-4/+4
* Update typing ignores for mypy 0.990Adam Turner2022-11-134-7/+7
* Run the ``pyupgrade`` toolAdam Turner2022-10-175-12/+12
* Use ``ast.parse`` from the standard libraryAdam Turner2022-10-172-8/+6
* Prefer ``raise SystemExit`` to ``sys.exit``Adam Turner2022-10-172-2/+2
* Merge branch '5.x'Adam Turner2022-10-168-70/+79
|\
| * Fix performance regression for ``imgmath`` embedding (#10888)Julien Schueller2022-10-091-61/+58
| * Don't display 'replaceable hardcoded link' when link has a slash (#10137)Anthony Sottile2022-10-051-1/+5
| * Fix `cleanup_tempdir` in imgmath (#10895)Julien Schueller2022-10-051-1/+1
| * Add debug logging to `autosectionlabel` (#10881)Martin Patz2022-10-041-0/+3
| * Ensure non-builtin extensions use the proper versionAdam Turner2022-09-306-8/+13
* | Merge branch '5.x'Adam Turner2022-09-301-2/+2
|\ \ | |/
| * imgmath: Fix embed mode (#10878)Julien Schueller2022-09-291-2/+2
* | Drop Python 3.7Adam Turner2022-09-272-13/+8
* | Clean up after dropping Python 3.6Adam Turner2022-09-273-9/+4
* | Merge branch '5.x'Adam Turner2022-09-254-10/+8
|\ \ | |/
| * Define extra indent as a class attributeAdam Turner2022-09-252-1/+5
| * Fix highlighting lexersAdam Turner2022-09-252-9/+3
* | Merge branch '5.x'Adam Turner2022-09-232-16/+57
|\ \ | |/
| * imgmath: Allow embedding images in HTML as base64 (#10816)Julien Schueller2022-09-231-16/+48
| * Add contents entries for domain objects (#10807)Adam Turner2022-09-131-0/+9
* | Merge branch '5.x'Adam Turner2022-09-098-34/+43
|\ \ | |/
| * Correct `is_allowed_version()`'s example tests (#10802)Tony Narlock2022-09-091-3/+3
| * Fix more strict static typing errors (#10681)danieleades2022-08-287-31/+40
| * Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-281-1/+1
* | Merge branch '5.x'Jean-François B2022-08-061-2/+4
|\ \ | |/
| * Fix flake8 5.0.0 reported formatting errorsdaniel.eades2022-08-011-2/+4
| * Fix ValueError popping out in `sphinx.ext.napoleon` (#10709)Antony Lee2022-07-251-12/+22
* | Merge branch '5.x'Adam Turner2022-07-261-12/+22
|\ \
| * | Fix ValueError popping out in `sphinx.ext.napoleon` (#10709)Antony Lee2022-07-251-12/+22
| |/
* | Merge branch '5.x'Adam Turner2022-07-241-1/+1
|\ \ | |/
| * Update include_patterns implementation (#10680)Adam Turner2022-07-231-1/+1