Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| | | ||||||
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -1/+1 | |
| | | ||||||
* | | ``sphinx.util.compat.Directive`` class is now deprecated. | Takeshi KOMIYA | 2016-12-13 | 1 | -2/+1 | |
| | | ||||||
* | | Add type-check annotations to sphinx.ext | Takeshi KOMIYA | 2016-11-16 | 1 | -1/+35 | |
|/ | ||||||
* | Fix #3038: ``sphinx.ext.math*`` raises TypeError if labels are duplicated | Takeshi KOMIYA | 2016-10-13 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2016-09-01 | 1 | -4/+7 | |
|\ | ||||||
| * | mathbase: Generate \label only if label exists | Takeshi KOMIYA | 2016-09-01 | 1 | -1/+2 | |
| | | ||||||
| * | Fix could not reference equations if ``:nowrap:`` option specified | Takeshi KOMIYA | 2016-09-01 | 1 | -1/+2 | |
| | | ||||||
* | | Add domain support to support equation cross references (ref: #1210, #2851) | Takeshi KOMIYA | 2016-08-22 | 1 | -68/+117 | |
|/ | ||||||
* | Fix #2646: latex crashes if math contains twice empty lines | Takeshi KOMIYA | 2016-06-09 | 1 | -1/+1 | |
| | ||||||
* | Move \! before \begin{aligned} (ref: #2370) | Takeshi KOMIYA | 2016-04-16 | 1 | -3/+3 | |
| | ||||||
* | Fix failure in py3 | Takeshi KOMIYA | 2016-04-14 | 1 | -1/+1 | |
| | ||||||
* | sphinx.ext.mathbase: Refactor LaTeX output | Takeshi KOMIYA | 2016-04-14 | 1 | -15/+30 | |
| | ||||||
* | Fix #2370: the equations are slightly misaligned in LaTeX | Takeshi KOMIYA | 2016-04-14 | 1 | -4/+3 | |
| | ||||||
* | Fix #2348: Move amsmath and amssymb to before fontpkg on LaTeX writer | Takeshi KOMIYA | 2016-03-03 | 1 | -6/+0 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2016-02-16 | 1 | -1/+6 | |
|\ | ||||||
| * | Fix #2290: ``sphinx.ext.mathbase`` use of amsfonts may break user choice of ↵ | Takeshi KOMIYA | 2016-02-15 | 1 | -1/+6 | |
| | | | | | | | | math fonts | |||||
* | | Use "align" environment to wrap math equations instead of "gather" | Hong Xu | 2016-01-20 | 1 | -8/+11 | |
| | | | | | | | | | | | | | | Using align brings the benefit when multiple math equations are in one math directive, alignment is provided. We also use "aligned" to wrap the equations since in this way all the equations will be given only one label/tag, while previously only the first equation is labeled. | |||||
* | | math: Add math_number_all to enforce numbering all displayed math. | Hong Xu | 2016-01-18 | 1 | -5/+10 | |
| | | ||||||
* | | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | | ||||||
* | | Merge with '87998df9cbef2380345d436121e6bca43345d2bd' on stable | shimizukawa | 2016-01-10 | 1 | -1/+18 | |
|\ \ | |/ | | | | | | | Conflicts: tests/test_build_latex.py | |||||
| * | Merge pull request #2188 from xuhdev/latex-math-section-title | Takeshi KOMIYA | 2015-12-22 | 1 | -1/+17 | |
| |\ | | | | | | | Fix #1480: LaTeX: Support math in section titles | |||||
| | * | LaTeX: Support math in section titles | Hong Xu | 2015-12-20 | 1 | -1/+17 | |
| | | | | | | | | | | | | Fix #1480 | |||||
| * | | Fix LaTeX output of \mathbb in math | Hong Xu | 2015-12-21 | 1 | -0/+1 | |
| |/ | | | | | | | | | | | If \mathbb is used in math, which is commonly used to represent sets, the output LaTeX won't compile. This commit fixes this issue by adding amsfonts package in the setup of sphinx.ext.mathbase . | |||||
* | | fixup test suite for already-registered warnings | Georg Brandl | 2015-07-22 | 1 | -1/+1 | |
|/ | ||||||
* | ext: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -15/+31 | |
| | ||||||
* | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | ||||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | ||||||
* | Closes #1299: Make behavior of the :rst:dir:`math` directive more consistent ↵ | Georg Brandl | 2014-01-12 | 1 | -0/+4 | |
| | | | | and avoid producing empty environments in LaTeX output. | |||||
* | Closes #929: Support parsed-literal blocks in LaTeX output correctly. | Georg Brandl | 2014-01-11 | 1 | -1/+1 | |
| | ||||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -1/+2 | |
|\ | ||||||
| * | Fix #648: Fix line numbers reported in warnings about undefined references. | Georg Brandl | 2011-09-23 | 1 | -1/+2 | |
| | | ||||||
* | | The math extension displaymath directives now support ``name`` in | Georg Brandl | 2011-06-30 | 1 | -1/+4 | |
| | | | | | | | | | | addition to ``label`` for giving the equation label, for compatibility with Docutils. | |||||
* | | Add Texinfo support in ext.graphviz, ext.inheritance_diagram and ext.mathbase. | Jonathan Waltman | 2011-03-05 | 1 | -5/+8 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-15 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Fix for docutils versions without directive.src attribute. | Georg Brandl | 2011-01-15 | 1 | -1/+2 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-07 | 1 | -0/+2 | |
|\ \ | |/ | ||||||
| * | Add line numbers to newly generated nodes. | Georg Brandl | 2011-01-07 | 1 | -0/+2 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | Implement missing node handlers for texinfo. Enable checking warnings from ↵ | Georg Brandl | 2010-10-22 | 1 | -2/+2 | |
| | | | | | | | | texinfo build in tests. | |||||
* | | Fix call. | Georg Brandl | 2010-10-22 | 1 | -2/+2 | |
| | | ||||||
* | | Add add_node() support for texinfo and add handlers for nodes in our extensions. | Georg Brandl | 2010-10-22 | 1 | -12/+30 | |
|/ | ||||||
* | Add more visitors for manpage writer. | Georg Brandl | 2010-03-01 | 1 | -0/+17 | |
| | ||||||
* | 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. | |||||
* | Convert directives in builtin extensions to class API. | Georg Brandl | 2009-02-18 | 1 | -18/+30 | |
| |