Takeshi KOMIYA
9340a45393
test: Don't use os.errno. Use errno directly
2018-01-25 00:48:37 +09:00
Takeshi KOMIYA
d1d55eb35f
Fix broken test
2018-01-20 10:54:53 +09:00
Takeshi KOMIYA
8b8c3d1736
Merge branch 'stable' into 1.7-release
2018-01-20 02:22:35 +09:00
Takeshi KOMIYA
f91c732749
Fix #4438 : math: math with labels with whitespace cause html error
2018-01-19 23:13:21 +09:00
Takeshi KOMIYA
4d040abafb
Fix #4079 : Add notranslate class to let Google Translate know they are not translatable
2018-01-13 20:25:49 +09:00
Takeshi KOMIYA
f1f6ca8cc9
Merge branch 'happy_new_year' into master
2018-01-01 01:09:17 +09:00
Takeshi KOMIYA
2426cedb8b
A happy new year!
2018-01-01 01:06:58 +09:00
Takeshi KOMIYA
e2bf2ef11d
Merge pull request #4166 from jahn/math_numfig
...
Number equations across pages and by section (fix #3991 , #4080 )
2017-12-21 00:39:44 +09:00
Stephen Finucane
41c19ddf91
tests: Skip tests with missing binaries
...
While there are already some skips included here, they clearly aren't
doing their job and the test fail locally. Resolve this.
Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-12-18 20:10:18 +00:00
Oliver Jahn
783cff44b3
add tests for math_numfig
2017-10-18 16:52:28 -04:00
shimizukawa
d497d74370
refs #3458 : add sphinx.testing that are moved from /tests directory.
2017-05-14 20:47:15 +09:00
Takeshi KOMIYA
af02bfa7b3
Merge branch 'master' into 3638_eqref_format
2017-05-07 16:20:51 +09:00
Takeshi KOMIYA
8fda21099d
Remove deprecated testing utilities
2017-04-27 23:38:42 +09:00
Takeshi KOMIYA
a252954ea3
Fix #3638 : Allow to change a label of reference to equation
2017-04-27 21:47:20 +09:00
Takeshi KOMIYA
8f9dd64992
Merge branch 'stable'
2017-03-26 11:52:15 +09:00
Takeshi KOMIYA
c57e47e042
Year++
2017-03-26 11:49:34 +09:00
Takeshi KOMIYA
e1da72b59c
Reduce DeprecationWarnings for regexp
2017-02-17 02:01:04 +09:00
Takeshi KOMIYA
cf2061dfad
Fix flake8 violations
2017-01-26 01:13:17 +09:00
shimizukawa
baaef9146d
pytest: remove deprecated with_app decorator functions
2017-01-06 01:14:47 +09:00
Takeshi KOMIYA
bd22d09f48
Add domain support to support equation cross references (ref: #1210 , #2851 )
2016-08-22 19:58:46 +09:00
Takeshi KOMIYA
0e829c845e
sphinx.ext.math: Update the label of permalink
2016-07-19 11:16:57 +09:00
Takeshi KOMIYA
a692009808
Merge branch 'stable'
2016-07-15 00:51:29 +09:00
Takeshi KOMIYA
b95f450452
Optimize tests: test_jsmath
2016-07-14 01:43:25 +09:00
Takeshi KOMIYA
3fb439c476
Optimize tests: test_imgmath_png, test_imgmath_svg
2016-07-14 01:36:40 +09:00
Takeshi KOMIYA
80921b2ab8
Fix flake8 violation under tests/
2016-06-12 00:02:11 +09:00
Takeshi KOMIYA
f15bdce1db
Fix testcase
2016-04-16 16:11:48 +09:00
Takeshi KOMIYA
c3fe96f6fc
Remove debug print
2016-04-14 12:03:10 +09:00
Takeshi KOMIYA
3206ccbae0
sphinx.ext.mathbase: Refactor LaTeX output
2016-04-14 10:39:33 +09:00
Takeshi KOMIYA
39396a4b1e
Fix #2370 : the equations are slightly misaligned in LaTeX
2016-04-14 10:37:54 +09:00
Hong Xu
d019d3f9b8
Correct a duplicated test case name in test_ext_math
2016-02-18 18:51:02 -08:00
Hong Xu
bb9cde4e32
Math extension: support alignment of multiple equations for MathJAX.
...
This is a follow-up commit of #2254 , which supported alignment of
multiple equations for imgmath and LaTeX output.
2016-02-18 18:49:10 -08:00
Hong Xu
76e29ca5b3
Use "align" environment to wrap math equations instead of "gather"
...
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.
2016-01-20 23:25:58 -08:00
Hong Xu
a75bf5af3c
Refactor the tests of math extensions.
2016-01-18 23:47:01 -08:00