summaryrefslogtreecommitdiff
path: root/sphinx/transforms/post_transforms/compat.py
Commit message (Expand)AuthorAgeFilesLines
* Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-90/+0
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-5/+1
* 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
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-2/+1
* | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-031-7/+7
* | Fix annotations for transformsTakeshi KOMIYA2018-11-291-20/+21
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Adjust type annotations for transforms to docutils'Takeshi KOMIYA2018-11-231-2/+2
|/
* Fix #5419: incompatible math_block node has been generatedTakeshi KOMIYA2018-10-151-13/+17
* Fix #5492: sphinx-build fails to build docs w/ Python < 3.5.2Takeshi KOMIYA2018-10-061-2/+2
* Fix #5017: old displaymath node makes writers crashedTakeshi KOMIYA2018-05-311-2/+6
* Enable math_block node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-171-1/+33
* Enable math node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-151-0/+54