summaryrefslogtreecommitdiff
path: root/sphinx/ext/mathbase.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-84/+0
|
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+1
|
* 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.
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-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 KOMIYA2018-12-151-3/+2
| |
* | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-031-1/+1
| |
* | Fix annotations for buildersTakeshi KOMIYA2018-12-021-2/+2
| |
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
|/
* Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-6/+6
|
* Fix #5463: mathbase: math_role and MathDirective was disappeared in 1.8.0Takeshi KOMIYA2018-09-211-0/+17
|
* Deprecate whole of sphinx.ext.mathbaseTakeshi KOMIYA2018-07-291-47/+10
|
* Implement math_renderer frameworkTakeshi KOMIYA2018-07-281-8/+9
|
* refactor: Move math_reference node to sphinx.builders.latex.nodesTakeshi KOMIYA2018-05-201-1/+1
| | | | | The node is only used in latex builder. So this makes it builder- specific node.
* Enable eq role by defaultTakeshi KOMIYA2018-05-171-38/+2
|
* Move MathDomain to sphinx.domains.mathTakeshi KOMIYA2018-05-171-96/+2
|
* Enable math_block node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-171-126/+4
|
* Enable math node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-151-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 SphinxDirectiveTakeshi KOMIYA2018-05-111-9/+9
|
* Merge branch '1.7'Takeshi KOMIYA2018-04-261-4/+0
|\
| * Revert f4f693eff7b081785cc5704a6ff22cf0371355f3Takeshi KOMIYA2018-04-261-4/+0
| |
* | Merge branch '1.7'Takeshi KOMIYA2018-04-231-0/+4
|\ \ | |/
| * #4459: duplicated labels detector does not work well in parallel buildTakeshi KOMIYA2018-04-221-0/+4
| |
* | Merge branch 'master' into refactor_enumerable_nodesTakeshi KOMIYA2018-03-211-3/+3
|\ \
| * \ Merge branch '1.7'Takeshi KOMIYA2018-03-181-3/+3
| |\ \ | | |/
| | * Merge pull request #4729 from jfbu/latex_equation_nophantomJean-François B2018-03-151-0/+1
| | |\ | | | | | | | | Fix vertical space before equation in latex (closes: #4574)
| | | * Add TODO notesjfbu2018-03-121-0/+1
| | | | | | | | | | | | | | | | | | | | modified: sphinx/ext/mathbase.py modified: sphinx/writers/latex.py
| | * | Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
| | |/ | | | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4.
* | | refactor: move displaymath node to MathDomainTakeshi KOMIYA2018-03-171-6/+9
|/ /
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-2/+2
| |
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+3
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
| |
* | Update type annotationsTakeshi KOMIYA2018-02-041-0/+2
|/
* Merge branch 'stable' into 1.7-releaseTakeshi KOMIYA2018-02-031-1/+1
|\
| * math: ValueError is raised on parallel build. (refs: #4526)Takeshi KOMIYA2018-01-311-1/+1
| |
* | Use flake8-import-orderTakeshi KOMIYA2018-01-281-2/+2
| |
* | Merge branch 'stable' into 1.7-releasejfbu2018-01-201-2/+1
|\ \ | |/
| * mathbase: Remove unused dataTakeshi KOMIYA2018-01-201-2/+1
| |
* | Merge branch 'stable' into 1.7-releaseTakeshi KOMIYA2018-01-201-8/+11
|\ \ | |/
| * Fix #4438: math: math with labels with whitespace cause html errorTakeshi KOMIYA2018-01-191-6/+9
| |
* | 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 default to TrueOliver Jahn2017-12-171-1/+1
| |
* | make math_numfig work with singlehtml writerOliver Jahn2017-12-161-8/+11
| |
* | fix indentationOliver Jahn2017-10-181-5/+5
| |
* | use numfig for numbering equations by section rather than pageOliver Jahn2017-10-181-1/+23
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-07-021-2/+2
|\ \ | |/
| * Fix #3833: command line messages are translated unintentionallyTakeshi KOMIYA2017-06-251-2/+2
| |
* | Fix #3638: Allow to change a label of reference to equationTakeshi KOMIYA2017-04-271-2/+23
|/