summaryrefslogtreecommitdiff
path: root/sphinx/ext/jsmath.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-36/+0
|
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
|
* Migrate to py3 style type annotation: sphinx.ext.jsmathTakeshi KOMIYA2019-07-041-7/+3
|
* Separate jsmath to sphinxcontrib packageTakeshi KOMIYA2019-01-131-65/+16
|
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
| |
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie.
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-2/+1
| |
* | Fix annotaions for extensionsTakeshi KOMIYA2018-11-281-4/+10
| |
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
| |
* | Fix typehints: sphinx.util.mathTakeshi KOMIYA2018-11-051-1/+2
|/
* Fix #5497: Do not include MathJax.js and jsmath.js unless it is really neededTakeshi KOMIYA2018-10-171-6/+9
|
* Deprecate whole of sphinx.ext.mathbaseTakeshi KOMIYA2018-07-291-1/+1
|
* Implement math_renderer frameworkTakeshi KOMIYA2018-07-281-6/+6
|
* Fix mathjax is not loadedTakeshi KOMIYA2018-06-131-1/+2
|
* Rename app.add_javascript() to add_js_file()Takeshi KOMIYA2018-05-241-1/+1
|
* 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 'master' into refactor_configTakeshi KOMIYA2018-04-221-3/+3
|\
| * Merge branch '1.7'Takeshi KOMIYA2018-04-181-3/+3
| |\
| | * Fix #4767: html: search highlighting breaks mathjax equationsTakeshi KOMIYA2018-04-151-3/+3
| | |
* | | Merge branch 'master' into refactor_configTakeshi KOMIYA2018-03-281-4/+2
|\ \ \ | |/ /
| * | Drop typing.TYPE_CHECKINGTakeshi KOMIYA2018-03-261-4/+2
| | |
* | | Raise ExtensionError from Config class instead application classTakeshi KOMIYA2018-03-241-1/+1
|/ /
* | Use typing.TYPE_CHECKINGTakeshi KOMIYA2018-02-191-2/+3
| |
* | Update type annotationsTakeshi KOMIYA2018-02-041-0/+10
|/
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-2/+2
|
* Fix #4079: Add notranslate class to let Google Translate know they are not ↵Takeshi KOMIYA2018-01-131-3/+3
| | | | 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
|/
* 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-2/+4
|
* sphinx.ext.jsmath should be emit an math extension conlict errorTakeshi KOMIYA2016-04-281-1/+5
|
* 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
|
* 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
|/
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* New year update.Georg Brandl2011-01-041-1/+1
|
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Change the name of mathbase.setup() so that putting it in extensions doesn't ↵Georg Brandl2009-11-081-1/+1
| | | | fail with an obscure TypeError.