summaryrefslogtreecommitdiff
path: root/tests/test_ext_math.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #9864: mathjax: Failed to render equations via MathJax v2Takeshi KOMIYA2021-11-211-2/+26
* Close #9450: mathjax: Load MathJax via "defer" strategyTakeshi KOMIYA2021-11-091-1/+1
* Rename variable to `html_assets_policy`Manuel Kaufmann2021-06-141-1/+1
* Add `Sphinx.add_html_assets_in_all_pages`Manuel Kaufmann2021-05-061-0/+13
* refactor: Add testcase for mathjax3_config (refs: #9094)Takeshi KOMIYA2021-04-251-2/+14
* Merge branch '3.x'Takeshi KOMIYA2021-01-081-0/+13
|\
| * Close #6241: html: Allow to add JS/CSS files to the specific pageTakeshi KOMIYA2021-01-071-0/+13
* | Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Move to MathJax 3.Hameer Abbasi2020-07-151-2/+2
|/
* Update test_ext_math.pyRyan Soklaski2020-05-281-1/+1
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-12/+12
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Remove redundant type="text/javascript" from <script> elementsJon Dufresne2019-12-151-1/+1
* Separate jsmath to sphinxcontrib packageTakeshi KOMIYA2019-01-131-50/+0
* quickstart: Simplify generated conf.py (for latex)Takeshi KOMIYA2019-01-071-2/+2
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge branch '1.8'Takeshi KOMIYA2018-12-181-1/+1
|\ \ | |/
| * Use mathjax CDN "latest" URL by defaultMichael Goerz2018-12-171-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-7/+7
* | Replace ENOENT errno checks with Python 3 FileNotFoundErrorJon Dufresne2018-12-151-6/+4
|/
* Fix #5497: Do not include MathJax.js and jsmath.js unless it is really neededTakeshi KOMIYA2018-10-171-1/+20
* Merge pull request #5250 from tk0miya/refactor_math4Takeshi KOMIYA2018-08-041-3/+7
|\
| * Add :rst:role:`math:numref` role to refer equations (Same as :rst:role:`eq`)Takeshi KOMIYA2018-08-021-3/+7
* | WIP: #726, #969: Add mathjax_configTakeshi KOMIYA2018-07-291-0/+12
|/
* Close #3784: mathjax: Add :confval:`mathjax_options`Takeshi KOMIYA2018-06-131-0/+12
* Enable math_block node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-171-0/+7
* Enable math node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-151-0/+22
* Fix #4767: html: search highlighting breaks mathjax equationsTakeshi KOMIYA2018-04-151-11/+11
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-4/+5
* test: Don't use os.errno. Use errno directlyTakeshi KOMIYA2018-01-251-1/+2
* Fix broken testTakeshi KOMIYA2018-01-201-2/+2
* Merge branch 'stable' into 1.7-releaseTakeshi KOMIYA2018-01-201-3/+3
|\
| * Fix #4438: math: math with labels with whitespace cause html errorTakeshi KOMIYA2018-01-191-3/+3
* | Fix #4079: Add notranslate class to let Google Translate know they are not tr...Takeshi KOMIYA2018-01-131-9/+9
* | Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| * refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-1/+1
* | Merge pull request #4166 from jahn/math_numfigTakeshi KOMIYA2017-12-211-0/+49
|\ \
| * | add tests for math_numfigOliver Jahn2017-10-181-0/+49
* | | tests: Skip tests with missing binariesStephen Finucane2017-12-181-0/+18
|/ /
* | Merge branch 'master' into 3638_eqref_formatTakeshi KOMIYA2017-05-071-5/+4
|\ \
| * | Remove deprecated testing utilitiesTakeshi KOMIYA2017-04-271-5/+4
| |/
* | Fix #3638: Allow to change a label of reference to equationTakeshi KOMIYA2017-04-271-0/+23
|/
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-171-4/+4
|/
* Fix flake8 violationsTakeshi KOMIYA2017-01-261-7/+7