Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -84/+0 |
| | |||||
* | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | | Use Python 3 super() argument-less syntax | Jon Dufresne | 2018-12-15 | 1 | -1/+1 |
| | | | | | | | | | | | | The form is less verbose and more idiomatic for Python 3 only code. https://docs.python.org/3/library/functions.html#super | ||||
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -3/+2 |
| | | |||||
* | | Fix annotations (minor fixes) | Takeshi KOMIYA | 2018-12-03 | 1 | -1/+1 |
| | | |||||
* | | Fix annotations for builders | Takeshi KOMIYA | 2018-12-02 | 1 | -2/+2 |
| | | |||||
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 |
|/ | |||||
* | Fix #5471: Show appropriate warning for deprecated APIs | Takeshi KOMIYA | 2018-10-17 | 1 | -6/+6 |
| | |||||
* | Fix #5463: mathbase: math_role and MathDirective was disappeared in 1.8.0 | Takeshi KOMIYA | 2018-09-21 | 1 | -0/+17 |
| | |||||
* | Deprecate whole of sphinx.ext.mathbase | Takeshi KOMIYA | 2018-07-29 | 1 | -47/+10 |
| | |||||
* | Implement math_renderer framework | Takeshi KOMIYA | 2018-07-28 | 1 | -8/+9 |
| | |||||
* | refactor: Move math_reference node to sphinx.builders.latex.nodes | Takeshi KOMIYA | 2018-05-20 | 1 | -1/+1 |
| | | | | | The node is only used in latex builder. So this makes it builder- specific node. | ||||
* | Enable eq role by default | Takeshi KOMIYA | 2018-05-17 | 1 | -38/+2 |
| | |||||
* | Move MathDomain to sphinx.domains.math | Takeshi KOMIYA | 2018-05-17 | 1 | -96/+2 |
| | |||||
* | Enable math_block node rendering by default (without HTML builders) | Takeshi KOMIYA | 2018-05-17 | 1 | -126/+4 |
| | |||||
* | Enable math node rendering by default (without HTML builders) | Takeshi KOMIYA | 2018-05-15 | 1 | -45/+8 |
| | | | | | | | | | | | 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. | ||||
* | refactor: Replace Directive by SphinxDirective | Takeshi KOMIYA | 2018-05-11 | 1 | -9/+9 |
| | |||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-04-26 | 1 | -4/+0 |
|\ | |||||
| * | Revert f4f693eff7b081785cc5704a6ff22cf0371355f3 | Takeshi KOMIYA | 2018-04-26 | 1 | -4/+0 |
| | | |||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-04-23 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | #4459: duplicated labels detector does not work well in parallel build | Takeshi KOMIYA | 2018-04-22 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'master' into refactor_enumerable_nodes | Takeshi KOMIYA | 2018-03-21 | 1 | -3/+3 |
|\ \ | |||||
| * \ | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-18 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Merge pull request #4729 from jfbu/latex_equation_nophantom | Jean-François B | 2018-03-15 | 1 | -0/+1 |
| | |\ | | | | | | | | | Fix vertical space before equation in latex (closes: #4574) | ||||
| | | * | Add TODO notes | jfbu | 2018-03-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | modified: sphinx/ext/mathbase.py modified: sphinx/writers/latex.py | ||||
| | * | | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -3/+2 |
| | |/ | | | | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4. | ||||
* | | | refactor: move displaymath node to MathDomain | Takeshi KOMIYA | 2018-03-17 | 1 | -6/+9 |
|/ / | |||||
* | | Make console and warning messages translatable | Takeshi KOMIYA | 2018-03-03 | 1 | -2/+2 |
| | | |||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-18 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+3 |
| | | |||||
* | | Update type annotations | Takeshi KOMIYA | 2018-02-04 | 1 | -0/+2 |
|/ | |||||
* | Merge branch 'stable' into 1.7-release | Takeshi KOMIYA | 2018-02-03 | 1 | -1/+1 |
|\ | |||||
| * | math: ValueError is raised on parallel build. (refs: #4526) | Takeshi KOMIYA | 2018-01-31 | 1 | -1/+1 |
| | | |||||
* | | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'stable' into 1.7-release | jfbu | 2018-01-20 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | mathbase: Remove unused data | Takeshi KOMIYA | 2018-01-20 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'stable' into 1.7-release | Takeshi KOMIYA | 2018-01-20 | 1 | -8/+11 |
|\ \ | |/ | |||||
| * | Fix #4438: math: math with labels with whitespace cause html error | Takeshi KOMIYA | 2018-01-19 | 1 | -6/+9 |
| | | |||||
* | | 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 default to True | Oliver Jahn | 2017-12-17 | 1 | -1/+1 |
| | | |||||
* | | make math_numfig work with singlehtml writer | Oliver Jahn | 2017-12-16 | 1 | -8/+11 |
| | | |||||
* | | fix indentation | Oliver Jahn | 2017-10-18 | 1 | -5/+5 |
| | | |||||
* | | use numfig for numbering equations by section rather than page | Oliver Jahn | 2017-10-18 | 1 | -1/+23 |
| | | |||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-07-02 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix #3833: command line messages are translated unintentionally | Takeshi KOMIYA | 2017-06-25 | 1 | -2/+2 |
| | | |||||
* | | Fix #3638: Allow to change a label of reference to equation | Takeshi KOMIYA | 2017-04-27 | 1 | -2/+23 |
|/ |