summaryrefslogtreecommitdiff
path: root/sphinx/ext/autodoc
Commit message (Expand)AuthorAgeFilesLines
* Support type comments in ``PropertyDocumenter`` (#11298)picnixz2023-04-061-23/+36
* Fix typos found by codespellDimitri Papadopoulos2023-03-271-1/+1
* Drop OrderedDictAdam Turner2023-03-051-2/+1
* Resolve ``flake8-return`` errorsAdam Turner2023-02-182-35/+30
* Unescape quotation marks where possibleAdam Turner2023-02-181-1/+1
* Fix COM812Adam Turner2023-02-185-28/+28
* Add ``content_offset`` parameter to ``nested_parse_with_titles`` (#11147)Jeremy Maitin-Shepard2023-02-151-2/+1
* Resolve Ruff SIM114 violationsAdam Turner2023-02-152-21/+14
* Fix various Ruff errorsAdam Turner2023-01-311-1/+2
* Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-072-6/+26
* Document ``typing.NewType`` as a class (#10700)Adam Turner2023-01-021-113/+78
* Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)Adam Turner2023-01-022-15/+19
* Address SIM103 lints (#11052)danieleades2023-01-021-8/+2
* Run pyupgrade (#11070)Adam Turner2023-01-023-20/+20
* Use PEP 604 typesAdam Turner2023-01-016-56/+56
* Use PEP 595 typesAdam Turner2023-01-017-90/+90
* Insert ``from __future__ import annotations``Adam Turner2023-01-017-0/+14
* Tighten mypy 'strict optional' whitelist (#11038)danieleades2022-12-293-20/+41
* Deactivate (provisorily) Python12-dev testing (#11035)Jean-François B2022-12-161-2/+2
* Use ``ast.parse`` from the standard libraryAdam Turner2022-10-172-8/+6
* Merge branch '5.x'Adam Turner2022-10-162-2/+4
|\
| * Ensure non-builtin extensions use the proper versionAdam Turner2022-09-302-2/+4
* | Drop Python 3.7Adam Turner2022-09-272-13/+8
* | Clean up after dropping Python 3.6Adam Turner2022-09-272-7/+4
* | Merge branch '5.x'Adam Turner2022-09-251-1/+2
|\ \ | |/
| * Define extra indent as a class attributeAdam Turner2022-09-251-1/+2
* | Merge branch '5.x'Adam Turner2022-09-231-0/+9
|\ \ | |/
| * Add contents entries for domain objects (#10807)Adam Turner2022-09-131-0/+9
* | Merge branch '5.x'Adam Turner2022-09-092-3/+3
|\ \ | |/
| * Fix more strict static typing errors (#10681)danieleades2022-08-282-3/+3
* | Merge branch '5.x'Adam Turner2022-07-181-2/+1
|\ \ | |/
| * Improve static typing strictness (#10569)danieleades2022-07-181-3/+2
* | Merge branch '5.x' into masterJean-François B2022-06-301-1/+1
|\ \ | |/
| * Use the `flake8-comprehensions` lint plugin (#10601)danieleades2022-06-261-1/+1
* | Merge branch '5.x'Adam Turner2022-06-161-5/+2
|\ \ | |/
| * Remove traces of Python 2 and 3.5 (#10560)Adam Turner2022-06-161-5/+2
* | Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-162-48/+3
|/
* Fix documenting inherited attributesAdam Turner2022-06-082-3/+9
* Set the docstring attribute of class members. Fixes #8180.Anselm Kruis2022-05-231-1/+8
* Merge branch '5.0.x' into 9648_autodoc_typehints_description_and_stared_argsTakeshi KOMIYA2022-05-221-2/+10
|\
| * Fix #9575: autodoc: Return annotation should not be shownTakeshi KOMIYA2022-05-151-2/+10
* | Fix #9648: autodoc: *args and **kwargs entries are duplicatedTakeshi KOMIYA2022-05-151-3/+17
|/
* Merge pull request #10427 from tk0miya/10421_autodoc_preserve_defaults_for_cl...Takeshi KOMIYA2022-05-081-1/+12
|\
| * Fix #10421: autodoc_preserve_defaults doesn't work on class methodsTakeshi KOMIYA2022-05-081-1/+12
* | Merge remote-tracking branch 'origin/5.x' into HEADTakeshi KOMIYA2022-05-074-274/+41
|\ \ | |/
| * Remove a trailing whitespaceTakeshi KOMIYA2022-04-241-1/+1
| * Correct autodoc docstringsOscar Gustafsson2022-04-201-3/+5
| * Review commentsAdam Turner2022-04-171-1/+1
| * Remove deprecated code for Sphinx 5.0Adam Turner2022-04-174-270/+35
* | Apply `autodoc_typehints_format` to all type hintszuqq2022-04-081-4/+18
|/