summaryrefslogtreecommitdiff
path: root/sphinx/transforms/references.py
Commit message (Collapse)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
| | | | | | | | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype
* | 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
| | | | | | | | | | SubstitutionDefinitionsRemover is now a SphinxPostTransform, only applied in the Sphinx builder, as was originally the case (see #4827).
* | 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 ↵Takeshi KOMIYA2019-05-121-1/+18
| | | | referenced
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie.
* | 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