summaryrefslogtreecommitdiff
path: root/sphinx/domains/python.py
Commit message (Expand)AuthorAgeFilesLines
* Allow multi-line object description signatures (#11011)TLouf2023-05-111-6/+21
* Warn on deprecated Python-specific index types (#11412)Adam Turner2023-05-091-9/+9
* Harmonise references to Sphinx versions (#11361)Adam Turner2023-04-271-1/+1
* Remove deprecated ``make_old_id`` functions (#11360)Adam Turner2023-04-271-10/+0
* Add an option for displaying short ``Literal`` types (#11109)Adam Turner2023-04-051-0/+5
* Resolve ``flake8-return`` errorsAdam Turner2023-02-181-2/+1
* Fix COM812Adam Turner2023-02-181-7/+7
* Add ``content_offset`` parameter to ``nested_parse_with_titles`` (#11147)Jeremy Maitin-Shepard2023-02-151-5/+4
* Resolve Ruff SIM114 violationsAdam Turner2023-02-151-18/+17
* Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-071-2/+6
* De-glob mypy whitelist for 'sphinx.domains.*' (#11064)danieleades2023-01-021-14/+28
* Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)Adam Turner2023-01-021-0/+24
* Run pyupgrade (#11070)Adam Turner2023-01-021-3/+3
* Use PEP 604 typesAdam Turner2023-01-011-5/+5
* Use PEP 595 typesAdam Turner2023-01-011-56/+56
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Use ``ast.parse`` from the standard libraryAdam Turner2022-10-171-2/+1
* Merge branch '5.x'Adam Turner2022-09-301-0/+2
|\
| * Finer grained control over domain ToC entries (#10886)Adam Turner2022-09-301-0/+2
* | Drop Python 3.7Adam Turner2022-09-271-15/+2
* | Clean up after dropping Python 3.6Adam Turner2022-09-271-1/+1
* | Merge branch '5.x'Adam Turner2022-09-271-1/+2
|\ \ | |/
| * Restore anchor links to top of module docstringAdam Turner2022-09-271-1/+2
| * Warn on using the `:property:` flag with `.. py:method::` (#10852)Adam Turner2022-09-231-0/+2
* | Merge branch '5.x'Adam Turner2022-09-231-4/+42
|\ \ | |/
| * Add contents entries for domain objects (#10807)Adam Turner2022-09-131-4/+42
* | Merge branch '5.x'Jean-François B2022-08-061-1/+1
|\ \ | |/
| * Properly support `of` in docstring type specifiers (#10738)ProGamerGov2022-08-021-1/+1
* | Merge branch '5.x'Adam Turner2022-07-181-3/+5
|\ \ | |/
| * Improve static typing strictness (#10569)danieleades2022-07-181-3/+5
* | Merge branch '5.x' into masterJean-François B2022-06-301-0/+7
|\ \ | |/
| * py domain: Ignore aliases for resolving `:any:` cross-references (#10089)Joachim Jablon2022-06-261-0/+7
* | Remove more deprecated items in Sphinx 6.0 (#10562)Adam Turner2022-06-261-10/+1
* | Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-161-9/+3
|/
* Fix ~Literal referencesAdam Turner2022-06-021-1/+1
* fix #10456: fix sphinx.domain.python.filter_meta_fields()Anselm Kruis2022-05-161-2/+2
* Merge branch '4.x' into 5.xTakeshi KOMIYA2022-04-301-1/+1
|\
| * Fix mypy violations (with mypy-0.950)Takeshi KOMIYA2022-04-301-1/+1
* | Remove deprecated code for Sphinx 5.0Adam Turner2022-04-171-13/+0
* | Merge branch '4.x'Takeshi KOMIYA2022-03-191-9/+1
|\ \ | |/
| * Collapse single line docstringsAdam Turner2022-02-201-2/+1
| * Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
| * Fix module docstring indentationAdam Turner2022-02-201-2/+2
| * Fix module docstring first lineAdam Turner2022-02-201-2/+1
| * Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* | Merge branch '4.x'Takeshi KOMIYA2022-01-011-1/+1
|\ \ | |/
| * Merge branch '4.3.x' into 4.xTakeshi KOMIYA2022-01-011-1/+1
| |\
| | * A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* | | Merge branch '4.x'Takeshi KOMIYA2022-01-011-62/+61
|\ \ \ | |/ /
| * | Fix py domain: "typing" types are not hyperlinked in info-field-listTakeshi KOMIYA2021-12-271-41/+23