summaryrefslogtreecommitdiff
path: root/sphinx/domains/std.py
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated ``make_old_id`` functions (#11360)Adam Turner2023-04-271-37/+0
* Partially revert "Disable localisation when SOURCE_DATE_EPOCH is set (#10949)...Adam Turner2023-04-211-2/+2
* Disable localisation when ``SOURCE_DATE_EPOCH`` is set (#10949)James Addison2023-04-071-2/+2
* Fix typos found by codespellDimitri Papadopoulos2023-03-271-1/+1
* Resolve ``flake8-return`` errorsAdam Turner2023-02-181-2/+1
* Fix COM812Adam Turner2023-02-181-9/+9
* De-glob mypy whitelist for 'sphinx.domains.*' (#11064)danieleades2023-01-021-9/+15
* Run pyupgrade (#11070)Adam Turner2023-01-021-29/+29
* Use PEP 604 typesAdam Turner2023-01-011-17/+16
* Use PEP 595 typesAdam Turner2023-01-011-36/+36
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* remove blanket 'noqas'Daniel Eades2022-12-161-2/+4
* Merge branch '5.x'Adam Turner2022-10-161-4/+11
|\
| * Extend cross referencing options with values (#10883)Martin Liška2022-10-021-4/+11
* | Merge branch '5.x'Adam Turner2022-09-301-1/+7
|\ \ | |/
| * extend option directive syntaxMartin Liska2022-09-271-1/+7
* | Drop Python 3.7Adam Turner2022-09-271-9/+9
|/
* Fix mypy violations for v0.981 (#10875)Adam Turner2022-09-271-1/+1
* Docstring clarifications (#9877)Arthur Milchior2022-09-241-3/+3
* Fix mypy errorAdam Turner2022-09-121-1/+6
* Allow `:ref:` role to be used with definitions and fields (#10781)Jeremy Maitin-Shepard2022-09-061-5/+14
* Use the `flake8-comprehensions` lint plugin (#10601)danieleades2022-06-261-1/+1
* Fix parsing of options with enabled option_emphasise_placeholders (#10565)Martin Liška2022-06-191-17/+16
* Show the repr of the value in some warnings (#10439)Ezio Melotti2022-06-161-7/+7
* Allow emphasising placeholders in `option` directives (#10366)Martin Liška2022-06-161-4/+32
* `rawsource` is deprecated in `docutils.nodes.Text`Adam Turner2022-04-221-2/+2
* Remove deprecated code for Sphinx 5.0Adam Turner2022-04-171-22/+0
* Merge branch '4.x'Takeshi KOMIYA2022-03-281-5/+3
|\
| * Merge pull request #10178 from stephenfin/issue-10177Takeshi KOMIYA2022-03-271-5/+3
| |\
| | * Revert "Close #9993: std domain: Allow to refer an inline target via ref role"Stephen Finucane2022-02-081-5/+3
* | | 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-171-1/+1
|\ \ | |/
| * Fix #9981: std domain: Strip value part of the option directive from genindexTakeshi KOMIYA2022-01-141-1/+1
* | Merge branch '4.x'Takeshi KOMIYA2022-01-161-12/+4
|\ \ | |/
| * In translated docs, sort glossaries by translated termsJean Abou Samra2022-01-121-12/+4
* | Merge branch '4.x'Takeshi KOMIYA2022-01-031-1/+1
|\ \ | |/
| * Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-031-1/+1
* | Merge branch '4.x'Takeshi KOMIYA2022-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* | Merge branch '4.x'Takeshi KOMIYA2021-12-241-3/+5
|\ \ | |/
| * Close #9993: std domain: Allow to refer an inline target via ref roleTakeshi KOMIYA2021-12-211-3/+5
* | refactor: Remove RemovedInSphinx50Warning (partially)Takeshi KOMIYA2021-12-171-7/+0
|/
* refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-101-13/+15
* refactor: use raw Type for type annotationsTakeshi KOMIYA2021-04-041-1/+1
* refactor: Use PEP-526 based variable annotation (sphinx.domains)Takeshi KOMIYA2021-03-231-20/+21