summaryrefslogtreecommitdiff
path: root/sphinx/transforms
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.x' into 8183Takeshi KOMIYA2020-11-011-5/+10
|\
| * Fix #7973: imgconverter: Check availability of imagemagick only onceTakeshi KOMIYA2020-10-041-5/+10
* | Don't remove substitution_reference nodes (fix #7953)Brecht Machiels2020-09-081-14/+1
|/
* Close #6698: doctest: Add :no-trim-doctest-flags: optionsTakeshi KOMIYA2020-08-051-7/+6
* 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
* Fix exception causes all over the codebaseRam Rachum2020-06-141-2/+2
* Remember Pythons tuple syntaxJakob Lykke Andersen2020-05-171-1/+1
* Allow NoUri from 'missing-reference' handlers.Jakob Lykke Andersen2020-05-171-1/+2
* Fix #7628: imgconverter: runs imagemagick unnecessaryTakeshi KOMIYA2020-05-091-1/+3
* Merge branch '3.0.x' into 3.xTakeshi KOMIYA2020-05-091-2/+1
|\
| * Introduce fips safe sha1, see issue #7611Lars Hupfeldt2020-05-051-2/+1
* | Fix #7610: incorrectly renders consecutive backslashesTakeshi KOMIYA2020-05-071-5/+12
* | refactor: Update type annotation for cpp domainTakeshi KOMIYA2020-03-301-1/+1
|/
* Add desc_sig_element and inherited nodesTakeshi KOMIYA2020-03-141-1/+34
* refactor: Update type annotations in sphinx.*Takeshi KOMIYA2020-02-231-1/+1
* Merge branch '2.0'Takeshi KOMIYA2020-02-092-1/+7
|\
| * Merge branch '2.3.2' into 2.0Takeshi KOMIYA2020-02-091-0/+4
| |\
| | * Also added sanitizing to 'ImageDownloader's-weigand2020-02-041-0/+1
| | * Added code to replace problematic characters in filenames when usings-weigand2020-02-041-0/+3
| * | Fix #7106: std domain: enumerated nodes are marked as duplicatedTakeshi KOMIYA2020-02-081-1/+3
* | | Merge branch '2.0'Takeshi KOMIYA2020-01-111-1/+0
|\ \ \ | |/ /
| * | Adds Adobe Illustrator (.ai) to sphinx.ext.imgconverterModelmat2020-01-081-1/+0
* | | Merge branch '2.0'Takeshi KOMIYA2020-01-082-9/+4
|\ \ \ | |/ /
| * | Fix #6559: Wrong node-ids are generated in glossary directiveTakeshi KOMIYA2020-01-021-8/+3
| * | Be precise about which document missing (cpp, post_transform)Takeshi KOMIYA2020-01-011-1/+1
* | | Merge branch '2.0'Takeshi KOMIYA2020-01-017-36/+36
|\ \ \ | |/ /
| * | A happy new year!Takeshi KOMIYA2020-01-018-8/+8
| * | mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-308-30/+30
* | | Merge branch '2.0'Takeshi KOMIYA2019-12-251-2/+1
|\ \ \ | |/ /
| * | Migrate to py3 style type annotation: sphinx.transformsTakeshi KOMIYA2019-12-251-2/+1
* | | Merge branch '2.0'Takeshi KOMIYA2019-12-222-2/+2
|\ \ \ | |/ /
| * | Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-212-2/+2
* | | Merge branch '2.0'Takeshi KOMIYA2019-12-211-2/+3
|\ \ \ | |/ /
| * | Fix #6855: Non-RST translated text should be parsed by the appropriate parserJames McKinney2019-12-161-2/+3
| |/
* | Merge branch '2.0'Takeshi KOMIYA2019-11-171-14/+21
|\ \ | |/
| * Fix #6743: i18n: rst_prolog breaks the translationTakeshi KOMIYA2019-10-201-14/+21
| * Fix #6718: i18n: KeyError is raised if section title and table title are sameTakeshi KOMIYA2019-10-201-1/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-10-201-0/+11
|\ \ | |/
| * Merge pull request #6727 from tk0miya/267_doctest_prompt_not_copyableTakeshi KOMIYA2019-10-131-0/+11
| |\
| | * Close #267: html: Eliminate prompt characters of doctest block from copyable ...Takeshi KOMIYA2019-10-101-0/+11
* | | Merge pull request #6731 from tk0miya/6718_KeyError_for_same_titlesTakeshi KOMIYA2019-10-201-1/+1
|\ \ \
| * | | Fix #6718: i18n: KeyError is raised if section title and table title are sameTakeshi KOMIYA2019-10-131-1/+1
| |/ /
* | | Merge branch '2.0'Takeshi KOMIYA2019-10-137-203/+118
|\ \ \ | |/ /
| * | Merge branch '2.0' into 6655_data_URL_causes_crashTakeshi KOMIYA2019-10-128-211/+123
| |\ \
| | * | Migrate to py3 style type annotation: sphinx.transforms.post_transforms.imagesTakeshi KOMIYA2019-08-211-39/+19
| | * | Migrate to py3 style type annotation: sphinx.transforms.post_transforms.compatTakeshi KOMIYA2019-08-211-8/+4
| | * | Migrate to py3 style type annotation: sphinx.transforms.post_transforms.codeTakeshi KOMIYA2019-08-211-34/+17
| | * | Migrate to py3 style type annotation: sphinx.transforms.post_transformsTakeshi KOMIYA2019-08-211-23/+15