summaryrefslogtreecommitdiff
path: root/sphinx/transforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch '3.x'Takeshi KOMIYA2020-05-172-8/+16
|\ \ | |/
| * 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
* | | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-13/+0
* | | Merge branch '3.x'Takeshi KOMIYA2020-04-061-1/+1
|\ \ \ | |/ /
| * | refactor: Update type annotation for cpp domainTakeshi KOMIYA2020-03-301-1/+1
| |/
* | Merge branch '3.x'Takeshi KOMIYA2020-03-211-1/+34
|\ \ | |/
| * Add desc_sig_element and inherited nodesTakeshi KOMIYA2020-03-141-1/+34
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-073-6/+6
* | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-2/+1
|/
* 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