summaryrefslogtreecommitdiff
path: root/sphinx/ext/autodoc/__init__.py
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
* Resolve ``flake8-return`` errorsAdam Turner2023-02-181-19/+15
* Unescape quotation marks where possibleAdam Turner2023-02-181-1/+1
* Fix COM812Adam Turner2023-02-181-21/+21
* Add ``content_offset`` parameter to ``nested_parse_with_titles`` (#11147)Jeremy Maitin-Shepard2023-02-151-2/+1
* Resolve Ruff SIM114 violationsAdam Turner2023-02-151-18/+11
* Fix various Ruff errorsAdam Turner2023-01-311-1/+2
* Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-071-4/+18
* 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-021-12/+15
* Address SIM103 lints (#11052)danieleades2023-01-021-8/+2
* Run pyupgrade (#11070)Adam Turner2023-01-021-14/+14
* Use PEP 604 typesAdam Turner2023-01-011-43/+43
* Use PEP 595 typesAdam Turner2023-01-011-54/+54
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Tighten mypy 'strict optional' whitelist (#11038)danieleades2022-12-291-16/+33
* Clean up after dropping Python 3.6Adam Turner2022-09-271-5/+2
* 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-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
* | Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-161-34/+3
|/
* Fix documenting inherited attributesAdam Turner2022-06-081-1/+2
* Merge remote-tracking branch 'origin/5.x' into HEADTakeshi KOMIYA2022-05-071-124/+39
|\
| * 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-171-120/+33
* | Apply `autodoc_typehints_format` to all type hintszuqq2022-04-081-4/+18
|/
* Merge pull request #10285 from jmp1985/masterTakeshi KOMIYA2022-04-051-4/+4
|\
| * Removed white spaceJames Parkhurst2022-03-211-1/+1
| * Fixed singledispatch documentationJames Parkhurst2022-03-211-4/+4
* | Merge branch '5.x' into autodoc_force_undocumented_rtypeTakeshi KOMIYA2022-04-031-4/+8
|\ \
| * | Close #8417: autodoc: :inherited-members: option now takes multiple classesTakeshi KOMIYA2022-04-031-4/+8
* | | autodoc_typehints_description_target: Rename returnvalue_and_documented_param...Takeshi KOMIYA2022-04-031-1/+1
* | | Merge branch '5.x' into autodoc_force_undocumented_rtypeTakeshi KOMIYA2022-04-031-105/+158
|\ \ \ | |/ /
| * | Fix #10280: autodoc_docstring_signature generates needless return typehintTakeshi KOMIYA2022-04-031-0/+14
| * | Merge branch '4.x'Takeshi KOMIYA2022-03-271-1/+1
| |\ \ | | |/ | |/|
| | * Update PEP links in docsHugo van Kemenade2022-03-241-1/+1
| * | Merge branch '4.x'Takeshi KOMIYA2022-03-191-9/+4
| |\ \ | | |/
| | * Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
| | * Conform to PEP 257 summary line conventionsAdam Turner2022-02-201-1/+3
| | * Fix module docstring indentationAdam Turner2022-02-201-4/+4
| | * Fix module docstring first lineAdam Turner2022-02-201-2/+1
| | * Remove module titles in docstringsAdam Turner2022-02-191-3/+0