summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* Remove 'sphinx.ext.duration' from the mypy whitelist (#11404)danieleades2023-05-121-1/+1
* html builder: Append CRC32 checksum to asset URIs (#11415)Adam Turner2023-05-111-8/+8
* Autosummary: Always emit grouped ``ImportError`` exceptions (#11380)Adam Turner2023-04-281-15/+5
* Remove the deprecated ``sphinx.ext.napoleon.iterators`` module (#11364)Adam Turner2023-04-271-235/+0
* Harmonise references to Sphinx versions (#11361)Adam Turner2023-04-271-2/+2
* Revert "Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)...James Addison2023-04-232-16/+10
* Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)James Addison2023-04-072-10/+16
* autosummary: Support documenting inherited attributes (#10691)Jens Hedegaard Nielsen2023-04-061-7/+17
* Enable 'nit-picky mode' for Sphinx's documentationAdam Turner2023-04-061-4/+4
* Support type comments in ``PropertyDocumenter`` (#11298)picnixz2023-04-061-23/+36
* Clean up the CNAME file in ``sphinx.ext.githubpages`` (#11295)Martin Liška2023-04-061-13/+38
* Autosummary: Extend ``__all__`` members to template rendering (#10811)Clément Pinard2023-04-061-3/+49
* support for imgmath_latex=tectonic (#11281)Dimitar Dimitrov2023-04-031-4/+15
* Fix typos found by codespellDimitri Papadopoulos2023-03-272-2/+2
* Remove ``sphinx.locale.setlocale``Adam Turner2023-03-242-6/+5
* Miscellaneous ``intersphinx`` refactorsAdam Turner2023-03-171-9/+15
* Improve static typing in ``intersphinx`` et alAdam Turner2023-03-171-19/+43
* Deprecate legacy ``intersphinx_mapping`` format (#11247)Adam Turner2023-03-171-0/+8
* Drop OrderedDictAdam Turner2023-03-051-2/+1
* Resolve ``flake8-return`` errorsAdam Turner2023-02-185-39/+33
* Unescape quotation marks where possibleAdam Turner2023-02-182-2/+2
* Fix pytest style issuesAdam Turner2023-02-181-1/+2
* Fix COM812Adam Turner2023-02-1818-73/+74
* Add ``content_offset`` parameter to ``nested_parse_with_titles`` (#11147)Jeremy Maitin-Shepard2023-02-152-3/+2
* Resolve Ruff SIM114 violationsAdam Turner2023-02-156-37/+26
* Collapse ``.startswith`` and ``.endswith`` testsAdam Turner2023-02-091-2/+2
* Fix various Ruff errorsAdam Turner2023-01-313-5/+10
* Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-075-16/+57
* 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