summaryrefslogtreecommitdiff
path: root/sphinx/transforms/post_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' 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
* | refactor: namedtuples with PEP 526Takeshi KOMIYA2020-07-161-3/+4
|/
* 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
* | 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-091-0/+4
|\
| * 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
* | | 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-081-1/+1
|\ \ \ | |/ /
| * | Be precise about which document missing (cpp, post_transform)Takeshi KOMIYA2020-01-011-1/+1
* | | Merge branch '2.0'Takeshi KOMIYA2020-01-013-10/+10
|\ \ \ | |/ /
| * | A happy new year!Takeshi KOMIYA2020-01-014-4/+4
| * | mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-304-8/+8
* | | Merge branch '2.0'Takeshi KOMIYA2019-12-221-1/+1
|\ \ \ | |/ /
| * | Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-211-1/+1
| |/
* | Merge branch '2.0'Takeshi KOMIYA2019-10-133-97/+52
|\ \ | |/
| * Merge branch '2.0' into 6655_data_URL_causes_crashTakeshi KOMIYA2019-10-124-104/+55
| |\
| | * 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
| * | Fix #6655: image URLs containing data: causes gettext builder crashedTakeshi KOMIYA2019-08-201-1/+1
| |/
* | Merge branch '2.0'Takeshi KOMIYA2019-07-131-8/+16
|\ \ | |/
| * Fix #6545. Strip doctests for doctest_node blocks.Nathan Goldbaum2019-07-071-8/+16
* | Merge commit '54d5fcfaebc3364044761d30c0fed6bd4d3052c3'Takeshi KOMIYA2019-06-021-5/+6
|\ \ | |/
| * Add :force: option to code directivesTakeshi KOMIYA2019-06-011-5/+6
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-90/+0
|/
* Add SphinxPostTransform class (#6154)Takeshi KOMIYA2019-03-171-4/+38
* Merge branch '2.0'Takeshi KOMIYA2019-03-071-5/+1
|\
| * Clean up import for annotationsTakeshi KOMIYA2019-03-061-5/+1
* | refactor: move NoUri to sphinx.errorsTakeshi KOMIYA2019-03-021-1/+1
|/
* Close #1851: Allow to omit an argument for code-block directiveTakeshi KOMIYA2019-02-041-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-024-4/+4
|\
| * A happy new year!Takeshi KOMIYA2019-01-024-4/+4
* | Replace use of six.text_type with strJon Dufresne2018-12-182-5/+2
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-164-4/+0