Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -36/+0 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Migrate to py3 style type annotation: sphinx.ext.jsmath | Takeshi KOMIYA | 2019-07-04 | 1 | -7/+3 |
| | |||||
* | Separate jsmath to sphinxcontrib package | Takeshi KOMIYA | 2019-01-13 | 1 | -65/+16 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -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 KOMIYA | 2018-12-15 | 1 | -2/+1 |
| | | |||||
* | | Fix annotaions for extensions | Takeshi KOMIYA | 2018-11-28 | 1 | -4/+10 |
| | | |||||
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 |
| | | |||||
* | | Fix typehints: sphinx.util.math | Takeshi KOMIYA | 2018-11-05 | 1 | -1/+2 |
|/ | |||||
* | Fix #5497: Do not include MathJax.js and jsmath.js unless it is really needed | Takeshi KOMIYA | 2018-10-17 | 1 | -6/+9 |
| | |||||
* | Deprecate whole of sphinx.ext.mathbase | Takeshi KOMIYA | 2018-07-29 | 1 | -1/+1 |
| | |||||
* | Implement math_renderer framework | Takeshi KOMIYA | 2018-07-28 | 1 | -6/+6 |
| | |||||
* | Fix mathjax is not loaded | Takeshi KOMIYA | 2018-06-13 | 1 | -1/+2 |
| | |||||
* | Rename app.add_javascript() to add_js_file() | Takeshi KOMIYA | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | 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 'master' into refactor_config | Takeshi KOMIYA | 2018-04-22 | 1 | -3/+3 |
|\ | |||||
| * | Merge branch '1.7' | Takeshi KOMIYA | 2018-04-18 | 1 | -3/+3 |
| |\ | |||||
| | * | Fix #4767: html: search highlighting breaks mathjax equations | Takeshi KOMIYA | 2018-04-15 | 1 | -3/+3 |
| | | | |||||
* | | | Merge branch 'master' into refactor_config | Takeshi KOMIYA | 2018-03-28 | 1 | -4/+2 |
|\ \ \ | |/ / | |||||
| * | | Drop typing.TYPE_CHECKING | Takeshi KOMIYA | 2018-03-26 | 1 | -4/+2 |
| | | | |||||
* | | | Raise ExtensionError from Config class instead application class | Takeshi KOMIYA | 2018-03-24 | 1 | -1/+1 |
|/ / | |||||
* | | Use typing.TYPE_CHECKING | Takeshi KOMIYA | 2018-02-19 | 1 | -2/+3 |
| | | |||||
* | | Update type annotations | Takeshi KOMIYA | 2018-02-04 | 1 | -0/+10 |
|/ | |||||
* | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -2/+2 |
| | |||||
* | Fix #4079: Add notranslate class to let Google Translate know they are not ↵ | Takeshi KOMIYA | 2018-01-13 | 1 | -3/+3 |
| | | | | 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 |
|/ | |||||
* | 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 | -2/+4 |
| | |||||
* | sphinx.ext.jsmath should be emit an math extension conlict error | Takeshi KOMIYA | 2016-04-28 | 1 | -1/+5 |
| | |||||
* | 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 |
| | |||||
* | 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 |
|/ | |||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Change the name of mathbase.setup() so that putting it in extensions doesn't ↵ | Georg Brandl | 2009-11-08 | 1 | -1/+1 |
| | | | | fail with an obscure TypeError. |