summaryrefslogtreecommitdiff
path: root/sphinx/ext/imgmath.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)...James Addison2023-04-231-12/+7
* Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)James Addison2023-04-071-7/+12
* support for imgmath_latex=tectonic (#11281)Dimitar Dimitrov2023-04-031-4/+15
* Fix COM812Adam Turner2023-02-181-2/+2
* Merge branch '6.0.x'Adam Turner2023-01-051-4/+5
|\
| * imgmath: Fix relative file path (#10965)Julien Schueller2023-01-051-4/+5
* | Use PEP 604 typesAdam Turner2023-01-011-6/+6
* | Use PEP 595 typesAdam Turner2023-01-011-4/+4
* | Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* | Factor out HTML 4 translator (#11051)Adam Turner2022-12-301-5/+5
* | Tighten mypy 'strict optional' whitelist (#11038)danieleades2022-12-291-1/+1
|/
* Update typing ignores for mypy 0.990Adam Turner2022-11-131-1/+1
* Run the ``pyupgrade`` toolAdam Turner2022-10-171-3/+3
* Fix performance regression for ``imgmath`` embedding (#10888)Julien Schueller2022-10-091-61/+58
* Fix `cleanup_tempdir` in imgmath (#10895)Julien Schueller2022-10-051-1/+1
* imgmath: Fix embed mode (#10878)Julien Schueller2022-09-291-2/+2
* imgmath: Allow embedding images in HTML as base64 (#10816)Julien Schueller2022-09-231-16/+48
* Fix more strict static typing errors (#10681)danieleades2022-08-281-3/+3
* Improve static typing strictness (#10569)danieleades2022-07-181-3/+5
* Specify encodingAdam Turner2022-04-221-2/+2
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* address some unused loop control variables (B007)Daniel Eades2022-01-121-1/+1
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Fix #9868: imgmath: Crashed if the dvisvgm command failed to convert equationTakeshi KOMIYA2021-11-231-5/+5
* 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