summaryrefslogtreecommitdiff
path: root/sphinx/transforms/references.py
Commit message (Collapse)AuthorAgeFilesLines
* 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