Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Enable math_block node rendering by default (without HTML builders) | Takeshi KOMIYA | 2018-05-17 | 1 | -2/+2 | |
| | ||||||
* | Enable math node rendering by default (without HTML builders) | Takeshi KOMIYA | 2018-05-15 | 1 | -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 KOMIYA | 2018-04-18 | 1 | -2/+2 | |
|\ | ||||||
| * | Fix #4767: html: search highlighting breaks mathjax equations | Takeshi KOMIYA | 2018-04-15 | 1 | -2/+2 | |
| | | ||||||
* | | Drop typing.TYPE_CHECKING | Takeshi KOMIYA | 2018-03-26 | 1 | -3/+2 | |
| | | ||||||
* | | Use typing.TYPE_CHECKING | Takeshi KOMIYA | 2018-02-19 | 1 | -3/+3 | |
| | | ||||||
* | | Update type annotations | Takeshi KOMIYA | 2018-02-04 | 1 | -0/+10 | |
| | | ||||||
* | | Merge branch '1.7-release' | Takeshi KOMIYA | 2018-01-31 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -2/+2 | |
| | | ||||||
* | | Convert in-code HTTP URL's to HTTPS, including examples | Kurt McKee | 2018-01-20 | 1 | -2/+2 | |
|/ | ||||||
* | Fix #4079: Add notranslate class to let Google Translate know they are not ↵ | Takeshi KOMIYA | 2018-01-13 | 1 | -2/+2 | |
| | | | | translatable | |||||
* | 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 | |
|/ | ||||||
* | Update MathJax CDN link to use 2.7.1 | jfbu | 2017-06-16 | 1 | -1/+1 | |
| | | | | refs: #3602 | |||||
* | change Mathjax CDN URL. | WAKAYAMA Shirou | 2017-04-03 | 1 | -1/+1 | |
| | ||||||
* | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| | ||||||
* | sphinx.ext.math: Update the label of permalink | Takeshi KOMIYA | 2016-07-19 | 1 | -1/+1 | |
| | ||||||
* | math: Add hyperlink marker to each equations in HTML output | Takeshi KOMIYA | 2016-07-09 | 1 | -1/+4 | |
| | ||||||
* | Update error message for conflict of math extensions | Takeshi KOMIYA | 2016-04-28 | 1 | -1/+1 | |
| | ||||||
* | Fix flake8 violation | Takeshi KOMIYA | 2016-04-28 | 1 | -1/+0 | |
| | ||||||
* | Show error reason when multiple math extensions are loaded (ref: #2499) | Takeshi KOMIYA | 2016-04-28 | 1 | -1/+7 | |
| | ||||||
* | Omit MathJax markers if :nowrap: is given | Matthias Geier | 2016-04-20 | 1 | -3/+1 | |
| | ||||||
* | Math extension: support alignment of multiple equations for MathJAX. | Hong Xu | 2016-02-18 | 1 | -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 Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | Fix #2226: Math is not HTML-encoded when :nowrap: is given (jsmath, mathjax) | Takeshi KOMIYA | 2016-01-10 | 1 | -1/+1 | |
| | ||||||
* | Support PEP-440 version spec for developers. | shimizukawa | 2015-03-14 | 1 | -1/+1 | |
| | ||||||
* | ext: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -0/+2 | |
| | ||||||
* | Fix broken link to Mathjax | Matt Hickford | 2015-01-25 | 1 | -1/+1 | |
| | | | Consistent with http://docs.mathjax.org/en/latest/start.html#secure-access-to-the-cdn | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | [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 | |
| | | ||||||
* | | * fix again for mathjax secure url. refs #1459. | Takayuki Shimizukawa | 2014-06-11 | 1 | -1/+3 | |
| | | ||||||
* | | fixes #1459 | sbrandtb | 2014-06-05 | 1 | -1/+1 | |
|/ | ||||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | ||||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Closes #683: set default MathJax path to the CDN URL, and update the docs ↵ | Georg Brandl | 2011-05-15 | 1 | -2/+3 | |
| | | | | accordingly. | |||||
* | Added the :mod:`sphinx.ext.mathjax` extension, based on | Georg Brandl | 2011-01-06 | 1 | -0/+67 | |
https://bitbucket.org/kevindunn/sphinx-extension-mathjax/ by Kevin Dunn. |