Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove sphinx.ext.pngmath | Takeshi KOMIYA | 2018-03-03 | 1 | -276/+0 |
| | |||||
* | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+2 |
| | |||||
* | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -8/+7 |
| | |||||
* | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | | |||||
* | | make math_numfig work with singlehtml writer | Oliver Jahn | 2017-12-16 | 1 | -1/+1 |
| | | |||||
* | | use numfig for numbering equations by section rather than page | Oliver Jahn | 2017-10-18 | 1 | -1/+3 |
|/ | |||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
|\ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | |||||
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -1/+1 |
| | | |||||
* | | Remove unused "type: ignore" | Takeshi KOMIYA | 2017-02-06 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -1/+1 |
| | | |||||
* | | Update by review | Takeshi KOMIYA | 2017-01-04 | 1 | -2/+2 |
| | | |||||
* | | Use loggers | Takeshi KOMIYA | 2017-01-02 | 1 | -9/+13 |
| | | |||||
* | | Merge branch '1.5-release' | Takeshi KOMIYA | 2016-11-23 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Fix imgmath: crashes on showing error messages if image generation failed | Takeshi KOMIYA | 2016-11-21 | 1 | -2/+3 |
| | | |||||
* | | Add type-check annotations to sphinx.ext | Takeshi KOMIYA | 2016-11-16 | 1 | -4/+17 |
|/ | |||||
* | Update error message for conflict of math extensions | Takeshi KOMIYA | 2016-04-28 | 1 | -1/+1 |
| | |||||
* | Fix error messages | Takeshi KOMIYA | 2016-04-28 | 1 | -1/+1 |
| | |||||
* | Show error reason when multiple math extensions are loaded (ref: #2499) | Takeshi KOMIYA | 2016-04-28 | 1 | -2/+6 |
| | |||||
* | math: Add math_number_all to enforce numbering all displayed math. | Hong Xu | 2016-01-18 | 1 | -1/+2 |
| | |||||
* | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
|\ | |||||
| * | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | | |||||
* | | Add deprecation information to sphinx.ext.pngmath | Hong Xu | 2015-12-29 | 1 | -1/+3 |
|/ | |||||
* | Support PEP-440 version spec for developers. | shimizukawa | 2015-03-14 | 1 | -1/+1 |
| | |||||
* | final pep8 fixes; reactivate most warnings in flake8 | Georg Brandl | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | ext: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -2/+8 |
| | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
|\ | |||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| | | |||||
* | | Add imgpath property to all builders | tk0miya | 2014-09-27 | 1 | -1/+1 |
| | | |||||
* | | merge with stable | Takayuki Shimizukawa | 2014-09-26 | 1 | -8/+3 |
|\ \ | |/ | |||||
| * | refactoring by using `with cd` | Takayuki Shimizukawa | 2014-09-26 | 1 | -8/+4 |
| | | |||||
* | | [WIP] parallel read | Georg Brandl | 2014-09-22 | 1 | -1/+1 |
| | | |||||
* | | Change extension setup() return value to a dictionary of metadata. | Georg Brandl | 2014-09-22 | 1 | -1/+1 |
| | | | | | | | | This makes it possible to introduce more metadata values later. | ||||
* | | Return version from setup() for all sphinx.ext extensions. | Georg Brandl | 2014-09-03 | 1 | -0/+2 |
| | | |||||
* | | refactoring. remove old python related code (from sha import sha) | Takayuki Shimizukawa | 2014-08-10 | 1 | -5/+2 |
| | | |||||
* | | use b prefix for bytes instead of sphinx.pycompat.b function. | Takayuki Shimizukawa | 2014-05-01 | 1 | -2/+2 |
| | | |||||
* | | use six privided text_type() to replace with unicode() to support py2/py3 in ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -1/+2 |
| | | | | | | | | one source. refs #1350. | ||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | | |||||
* | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -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 caching | Georg Brandl | 2014-01-11 | 1 | -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 Brandl | 2014-01-11 | 1 | -5/+5 |
| | | | | pngmath extension. | ||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Add an easier way to raise MathExtError with stderr/stdout only displayed if ↵ | Georg Brandl | 2012-12-30 | 1 | -4/+9 |
| | | | | present. | ||||
* | Closes #1010: Make pngmath images transparent by default; IE7+ should handle it. | Georg Brandl | 2012-10-28 | 1 | -1/+2 |
| | |||||
* | Added :confval:`pngmath_add_tooltips`. | Georg Brandl | 2011-01-08 | 1 | -12/+8 |
| | |||||
* | add option pngmath_use_tooltips | Herbert Griebel | 2010-06-15 | 1 | -11/+16 |
| | | | | | This option will show the latex formula code in the tooltips if enabled, default is True. | ||||
* | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
|\ |