Takeshi KOMIYA
af4e615a8a
Close #6241 : html: Allow to add JS/CSS files to the specific page
...
Allow to add JS/CSS files to the specific page when an extension calls
`app.add_js_file()` or `app.add_css_file()` on `html-page-context`
event.
2021-01-07 02:12:07 +09:00
Takeshi KOMIYA
68c90a26f1
quickstart: Simplify generated conf.py (for latex)
2019-01-07 23:06:14 +09:00
Takeshi KOMIYA
114ff77f68
test: Omit master_doc settings from testcases
2019-01-03 10:58:42 +09:00
Takeshi KOMIYA
5428d94d24
Remove coding magic comments from tests
2019-01-02 21:53:07 +09:00
Takeshi KOMIYA
8e56f86383
Add :rst:role:math:numref
role to refer equations (Same as :rst:role:eq
)
2018-08-02 01:52:40 +09:00
Oliver Jahn
783cff44b3
add tests for math_numfig
2017-10-18 16:52:28 -04: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
b95f450452
Optimize tests: test_jsmath
2016-07-14 01:43:25 +09: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