summaryrefslogtreecommitdiff
path: root/sphinx/ext/imgmath.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-12-141-1/+1
|\ \ | |/
| * refactor with pyupgradeTakeshi KOMIYA2020-11-251-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-1/+1
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-07-051-8/+8
|\ \ | |/
| * Fix exception causes all over the codebaseRam Rachum2020-06-141-8/+8
* | Merge branch '3.x'Takeshi KOMIYA2020-05-171-2/+1
|\ \ | |/
| * Introduce fips safe sha1, see issue #7611Lars Hupfeldt2020-05-051-2/+1
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-37/+0
* | Use subprocess.run(encoding=...)Takeshi KOMIYA2020-03-071-4/+4
|/
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix type annotationjfbu2019-08-011-1/+1
* Fix error in cherry-picking #6310 to 2.0jfbu2019-08-011-1/+2
* Add Python3 type annotation to cherry-picked #6310 for 2.2.0 releasejfbu2019-08-011-4/+2
* More robust code for getting saved "depth" of svg inline math snippetjfbu2019-08-011-1/+6
* Make imgmath_use_preview work also for svg outputjfbu2019-08-011-4/+40
* Migrate to py3 style type annotation: sphinx.ext.imgmathTakeshi KOMIYA2019-07-041-34/+19
* imgmath: Use template file for LaTeXTakeshi KOMIYA2019-04-161-9/+31
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+0
* Deprecate sphinx.util.pycompat:sys_encodingTakeshi KOMIYA2019-02-111-3/+3
* Use subprocess.run() instead of Popen()Takeshi KOMIYA2019-01-131-24/+18
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace use of six.text_type with strJon Dufresne2018-12-181-3/+2
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Merge pull request #5803 from jdufresne/encoding-utf8Takeshi KOMIYA2018-12-161-1/+1
|\ \
| * | Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne2018-12-151-1/+1
* | | Merge pull request #5796 from jdufresne/superTakeshi KOMIYA2018-12-161-1/+1
|\ \ \
| * | | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-1/+1
| |/ /
* | | Replace ENOENT errno checks with Python 3 FileNotFoundErrorJon Dufresne2018-12-151-7/+3
|/ /
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-11/+10
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-1/+1
* | Fix annotationsTakeshi KOMIYA2018-12-081-1/+1
* | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-031-1/+1
* | Fix annotaions for extensionsTakeshi KOMIYA2018-11-281-7/+8
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Use super() to call parent class's methodJon Dufresne2018-11-111-1/+1
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-1/+1
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-10-161-1/+1
* | Prefer builtin open() over io.open() and codecs.open()Jon Dufresne2018-09-111-2/+1
|/
* Merge branch '1.7'Takeshi KOMIYA2018-08-171-2/+1
|\
| * Fix #5298: imgmath: math_number_all causes equations to have two numbers in htmlTakeshi KOMIYA2018-08-151-2/+1
* | Deprecate whole of sphinx.ext.mathbaseTakeshi KOMIYA2018-07-291-4/+3
* | Implement math_renderer frameworkTakeshi KOMIYA2018-07-281-6/+5
* | Enable math_block node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-171-9/+6
* | Enable math node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-151-8/+11
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2