summaryrefslogtreecommitdiff
path: root/sphinx/transforms/references.py
Commit message (Expand)AuthorAgeFilesLines
* Run pyupgrade (#11070)Adam Turner2023-01-021-1/+1
* Use PEP 595 typesAdam Turner2023-01-011-2/+2
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* 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
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Do isortTakeshi KOMIYA2020-11-121-2/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-021-14/+1
|\ \ | |/
| * Don't remove substitution_reference nodes (fix #7953)Brecht Machiels2020-09-081-14/+1
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-2/+2
|/
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-3/+3
* Migrate to py3 style type annotation: sphinx.transforms.referencesTakeshi KOMIYA2019-08-211-10/+7
* Fix #6351: "Hyperlink target is not referenced" message is shown even if refe...Takeshi KOMIYA2019-05-121-1/+18
* refactor: Remove lists of transforms from SphinxStandalonReaderTakeshi KOMIYA2019-03-171-1/+14
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Adjust type annotations for transforms to docutils'Takeshi KOMIYA2018-11-231-4/+8
* | Replace all six.itervalues()/.iteritems() with .values()/.items()Jon Dufresne2018-09-231-2/+1
|/
* Fix wrong argument for Domain.process_docTakeshi KOMIYA2018-05-091-1/+1
* Merge branch 'master' into 4827_remove_substitution_defs_from_doctreeTakeshi KOMIYA2018-04-211-0/+11
|\
| * Change priority of sphinx-domainsTakeshi KOMIYA2018-04-151-0/+11
* | Remove substitution_definition nodes from doctree on reading phase (refs: #4827)Takeshi KOMIYA2018-04-151-4/+1
|/
* Fix #4784: latex_show_urls assigns incorrect footnote numbersTakeshi KOMIYA2018-04-121-0/+30