summaryrefslogtreecommitdiff
path: root/sphinx/transforms
Commit message (Expand)AuthorAgeFilesLines
* Fix #9322: KeyError is raised on PropagateDescDomain transformTakeshi KOMIYA2021-06-131-1/+2
* Fix #9240: Unknown node error for pending_xref_condition is raisedTakeshi KOMIYA2021-05-181-9/+19
* Fix #9103: LaTeX: imgconverter: conversion runs even if not neededTakeshi KOMIYA2021-04-171-1/+1
* Decl styling, fixes from reviewJakob Lykke Andersen2021-04-121-2/+2
* Decl styling, update writersJakob Lykke Andersen2021-04-121-8/+9
* Decl styling, use a post-transform to get the domain name in the desc_signatu...Jakob Lykke Andersen2021-04-121-0/+10
* Decl styling, more nodes and C++ conversionJakob Lykke Andersen2021-04-121-5/+1
* refactor: Use PEP-526 based variable annotation (sphinx.transforms)Takeshi KOMIYA2021-03-246-23/+23
* Merge pull request #8432 from tk0miya/7119_pending_xref_conditionTakeshi KOMIYA2021-03-061-3/+20
|\
| * Filter pending_xref_condition node on failed resolutionTakeshi KOMIYA2021-03-061-3/+20
* | Merge pull request #8954 from askhl/safer-translatable-stringsTakeshi KOMIYA2021-03-041-6/+5
|\ \ | |/ |/|
| * format translatable strings in one go. This enables translation tools like m...Ask Hjorth Larsen2021-03-031-6/+5
* | Merge pull request #8899 from mcmtroffaes/patch-2Takeshi KOMIYA2021-02-171-1/+1
|\ \
| * | fix potential getitem error in resolve_anyrefMatthias C. M. Troffaes2021-02-161-1/+1
| |/
* | Merge branch '3.x'Takeshi KOMIYA2021-02-091-1/+1
|\ \ | |/
| * i18n: Locale transform: Change heading syntax to work for both RST and MarkdownJames McKinney2021-02-081-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2021-01-281-0/+1
|\ \ | |/
| * Fix #8745: i18n: KeyError if a new auto footnote_ref in translationsTakeshi KOMIYA2021-01-251-0/+1
* | Merge branch '3.x'Takeshi KOMIYA2021-01-221-2/+2
|\ \ | |/
| * minor typing fixChris Sewell2021-01-201-2/+2
* | Fix #4550: The align attribute of figure nodes becomes None by defaultTakeshi KOMIYA2021-01-161-1/+7
* | Merge branch '3.x'Takeshi KOMIYA2021-01-081-3/+3
|\ \ | |/
| * Skip imgconverter availability check if builder supports the image typeStefan Wiehler2021-01-041-3/+3
* | Merge branch '3.x'Takeshi KOMIYA2021-01-017-7/+7
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2021-01-017-7/+7
* | Merge branch '3.x'Takeshi KOMIYA2020-12-201-2/+2
|\ \ | |/
| * Deprecate sphinx.util.osutil.movefile() in favor of os.replace()Jon Dufresne2020-12-131-2/+2
* | Do isortTakeshi KOMIYA2020-11-123-6/+3
* | Merge branch '3.x'Takeshi KOMIYA2020-11-125-17/+10
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-116-21/+13
* | Merge branch '3.x'Takeshi KOMIYA2020-11-051-1/+4
|\ \ | |/
| * Fix #6914: Emit a detailed warning when failed to resolve :ref:Takeshi KOMIYA2020-11-031-1/+4
* | Merge branch '3.x'Takeshi KOMIYA2020-11-021-14/+1
|\ \ | |/
| * Merge branch '3.x' into 8183Takeshi KOMIYA2020-11-011-5/+10
| |\
| * | Don't remove substitution_reference nodes (fix #7953)Brecht Machiels2020-09-081-14/+1
* | | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-041-5/+10
|\ \ \ | | |/ | |/|
| * | Fix #7973: imgconverter: Check availability of imagemagick only onceTakeshi KOMIYA2020-10-041-5/+10
| |/
* | Merge branch '3.x'Takeshi KOMIYA2020-08-081-7/+6
|\ \ | |/
| * Close #6698: doctest: Add :no-trim-doctest-flags: optionsTakeshi KOMIYA2020-08-051-7/+6
* | Merge branch '3.x'Takeshi KOMIYA2020-07-241-5/+9
|\ \ | |/
| * Fix #4888: i18n: Failed to add an explicit title to ``:ref:`` roleTakeshi KOMIYA2020-07-191-5/+9
| * Preserve backwards compatibilityPeter Bell2020-07-161-7/+9
| * Require canonical name to be specified when calling deprecated_aliasPeter Bell2020-07-151-2/+6
* | Close #7784: i18n: The alt text for image is translated by defaultTakeshi KOMIYA2020-07-191-2/+7
* | refactor: namedtuples with PEP 526Takeshi KOMIYA2020-07-161-3/+4
* | Merge branch '3.x'Takeshi KOMIYA2020-07-051-2/+2
|\ \ | |/
| * Fix exception causes all over the codebaseRam Rachum2020-06-141-2/+2
* | Merge branch '3.x'Takeshi KOMIYA2020-06-041-1/+2
|\ \ | |/
| * Remember Pythons tuple syntaxJakob Lykke Andersen2020-05-171-1/+1
| * Allow NoUri from 'missing-reference' handlers.Jakob Lykke Andersen2020-05-171-1/+2