summaryrefslogtreecommitdiff
path: root/sphinx/ext/mathjax.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Enable math_block node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-171-2/+2
|
* Enable math node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-151-1/+1
| | | | | | | | | | | Nowadays, math elements (inline and block level equations) are integrated into reST spec by default. But, in Sphinx, they are not enabled by default. For this reason, users have to enable one of math extensions even if target builder supports math elements directly. This change starts to enable them by default. As a first step, this replaces math node and its structure by docutils based one.
* Merge branch '1.7'Takeshi KOMIYA2018-04-181-2/+2
|\
| * Fix #4767: html: search highlighting breaks mathjax equationsTakeshi KOMIYA2018-04-151-2/+2
| |
* | Drop typing.TYPE_CHECKINGTakeshi KOMIYA2018-03-261-3/+2
| |
* | Use typing.TYPE_CHECKINGTakeshi KOMIYA2018-02-191-3/+3
| |
* | Update type annotationsTakeshi KOMIYA2018-02-041-0/+10
| |
* | Merge branch '1.7-release'Takeshi KOMIYA2018-01-311-2/+2
|\ \ | |/
| * Use flake8-import-orderTakeshi KOMIYA2018-01-281-2/+2
| |
* | Convert in-code HTTP URL's to HTTPS, including examplesKurt McKee2018-01-201-2/+2
|/
* Fix #4079: Add notranslate class to let Google Translate know they are not ↵Takeshi KOMIYA2018-01-131-2/+2
| | | | translatable
* 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
|/
* Update MathJax CDN link to use 2.7.1jfbu2017-06-161-1/+1
| | | | refs: #3602
* change Mathjax CDN URL.WAKAYAMA Shirou2017-04-031-1/+1
|
* Year++Takeshi KOMIYA2017-03-261-1/+1
|
* sphinx.ext.math: Update the label of permalinkTakeshi KOMIYA2016-07-191-1/+1
|
* math: Add hyperlink marker to each equations in HTML outputTakeshi KOMIYA2016-07-091-1/+4
|
* Update error message for conflict of math extensionsTakeshi KOMIYA2016-04-281-1/+1
|
* Fix flake8 violationTakeshi KOMIYA2016-04-281-1/+0
|
* Show error reason when multiple math extensions are loaded (ref: #2499)Takeshi KOMIYA2016-04-281-1/+7
|
* Omit MathJax markers if :nowrap: is givenMatthias Geier2016-04-201-3/+1
|
* Math extension: support alignment of multiple equations for MathJAX.Hong Xu2016-02-181-11/+14
| | | | | This is a follow-up commit of #2254, which supported alignment of multiple equations for imgmath and LaTeX output.
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Fix #2226: Math is not HTML-encoded when :nowrap: is given (jsmath, mathjax)Takeshi KOMIYA2016-01-101-1/+1
|
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-1/+1
|
* ext: pep8 fixesGeorg Brandl2015-03-081-0/+2
|
* Fix broken link to MathjaxMatt Hickford2015-01-251-1/+1
| | | Consistent with http://docs.mathjax.org/en/latest/start.html#secure-access-to-the-cdn
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | [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
| |
* | * fix again for mathjax secure url. refs #1459.Takayuki Shimizukawa2014-06-111-1/+3
| |
* | fixes #1459sbrandtb2014-06-051-1/+1
|/
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Closes #683: set default MathJax path to the CDN URL, and update the docs ↵Georg Brandl2011-05-151-2/+3
| | | | accordingly.
* Added the :mod:`sphinx.ext.mathjax` extension, based onGeorg Brandl2011-01-061-0/+67
https://bitbucket.org/kevindunn/sphinx-extension-mathjax/ by Kevin Dunn.