summaryrefslogtreecommitdiff
path: root/sphinx/ext/pngmath.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove sphinx.ext.pngmathTakeshi KOMIYA2018-03-031-276/+0
|
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
|
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-8/+7
|
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| |
* | make math_numfig work with singlehtml writerOliver Jahn2017-12-161-1/+1
| |
* | use numfig for numbering equations by section rather than pageOliver Jahn2017-10-181-1/+3
|/
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
| |
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
| |
* | Remove unused "type: ignore"Takeshi KOMIYA2017-02-061-1/+1
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-1/+1
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-1/+1
| |
* | Update by reviewTakeshi KOMIYA2017-01-041-2/+2
| |
* | Use loggersTakeshi KOMIYA2017-01-021-9/+13
| |
* | Merge branch '1.5-release'Takeshi KOMIYA2016-11-231-2/+3
|\ \ | |/
| * Fix imgmath: crashes on showing error messages if image generation failedTakeshi KOMIYA2016-11-211-2/+3
| |
* | Add type-check annotations to sphinx.extTakeshi KOMIYA2016-11-161-4/+17
|/
* Update error message for conflict of math extensionsTakeshi KOMIYA2016-04-281-1/+1
|
* Fix error messagesTakeshi KOMIYA2016-04-281-1/+1
|
* Show error reason when multiple math extensions are loaded (ref: #2499)Takeshi KOMIYA2016-04-281-2/+6
|
* math: Add math_number_all to enforce numbering all displayed math.Hong Xu2016-01-181-1/+2
|
* Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\
| * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
| |
* | Add deprecation information to sphinx.ext.pngmathHong Xu2015-12-291-1/+3
|/
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-1/+1
|
* final pep8 fixes; reactivate most warnings in flake8Georg Brandl2015-03-081-1/+1
|
* ext: pep8 fixesGeorg Brandl2015-03-081-2/+8
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | Add imgpath property to all builderstk0miya2014-09-271-1/+1
| |
* | merge with stableTakayuki Shimizukawa2014-09-261-8/+3
|\ \ | |/
| * refactoring by using `with cd`Takayuki Shimizukawa2014-09-261-8/+4
| |
* | [WIP] parallel readGeorg Brandl2014-09-221-1/+1
| |
* | Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-221-1/+1
| | | | | | | | This makes it possible to introduce more metadata values later.
* | Return version from setup() for all sphinx.ext extensions.Georg Brandl2014-09-031-0/+2
| |
* | refactoring. remove old python related code (from sha import sha)Takayuki Shimizukawa2014-08-101-5/+2
| |
* | use b prefix for bytes instead of sphinx.pycompat.b function.Takayuki Shimizukawa2014-05-011-2/+2
| |
* | use six privided text_type() to replace with unicode() to support py2/py3 in ↵Takayuki Shimizukawa2014-04-291-1/+2
| | | | | | | | one source. refs #1350.
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-4/+4
|/ | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
* Closes #923: Take the entire LaTeX document into account when cachingGeorg Brandl2014-01-111-4/+3
| | | | | pngmath-generated images. This rebuilds them correctly when ``pngmath_latex_preamble`` changes.
* Closes #908: On Python 3, handle error messages from LaTeX correctly in the ↵Georg Brandl2014-01-111-5/+5
| | | | pngmath extension.
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Add an easier way to raise MathExtError with stderr/stdout only displayed if ↵Georg Brandl2012-12-301-4/+9
| | | | present.
* Closes #1010: Make pngmath images transparent by default; IE7+ should handle it.Georg Brandl2012-10-281-1/+2
|
* Added :confval:`pngmath_add_tooltips`.Georg Brandl2011-01-081-12/+8
|
* add option pngmath_use_tooltipsHerbert Griebel2010-06-151-11/+16
| | | | | This option will show the latex formula code in the tooltips if enabled, default is True.
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\