summaryrefslogtreecommitdiff
path: root/sphinx/ext/mathjax.py
Commit message (Expand)AuthorAgeFilesLines
* Use PEP 595 typesAdam Turner2023-01-011-3/+3
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Factor out HTML 4 translator (#11051)Adam Turner2022-12-301-3/+3
* remove blanket 'noqas'Daniel Eades2022-12-161-1/+4
* Improve static typing strictness (#10569)danieleades2022-07-181-1/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Conform to PEP 257 summary line conventionsAdam Turner2022-02-201-3/+5
* Fix module docstring indentationAdam Turner2022-02-201-4/+4
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Merge branch '4.3.x' into 4.xTakeshi KOMIYA2021-11-231-2/+9
|\
| * Remove debug printTakeshi KOMIYA2021-11-231-1/+0
| * Fix #9864: mathjax: Failed to render equations via MathJax v2Takeshi KOMIYA2021-11-211-2/+10
* | Fix #9878: mathjax: MathJax config is placed after loading MathJaxTakeshi KOMIYA2021-11-221-5/+5
|/
* 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-1/+1
* Add mathjax3_config config optionMatthias Geier2021-04-231-3/+14
* Merge branch '3.x'Takeshi KOMIYA2021-01-081-14/+12
|\
| * Close #6241: html: Allow to add JS/CSS files to the specific pageTakeshi KOMIYA2021-01-071-9/+7
| * refactor: mathjax: Add a constant for the URL of mathjaxTakeshi KOMIYA2021-01-041-5/+6
* | Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-2/+1
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-2/+1
* | Move to MathJax 3.Hameer Abbasi2020-07-151-2/+2
|/
* Update mathjax to version 2.7.7Ryan Soklaski2020-05-281-1/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Migrate to py3 style type annotation: sphinx.ext.mathjaxTakeshi KOMIYA2019-07-011-15/+8
* Merge pull request #5975 from sphinx-doc/5966_mathjax_not_loadedTakeshi KOMIYA2019-01-221-1/+1
|\
| * Fix #5966: mathjax has not been loaded on incremental buildTakeshi KOMIYA2019-01-211-1/+1
* | 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
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-2/+1
* | Fix annotaions for extensionsTakeshi KOMIYA2018-11-281-5/+10
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Fix typehints: sphinx.util.mathTakeshi KOMIYA2018-11-051-1/+2
|/
* Fix #5497: Do not include MathJax.js and jsmath.js unless it is really neededTakeshi KOMIYA2018-10-171-6/+9
* Merge pull request #5230 from tk0miya/726_mathjax_configTakeshi KOMIYA2018-08-041-0/+7
|\
| * WIP: #726, #969: Add mathjax_configTakeshi KOMIYA2018-07-291-0/+7
* | Deprecate whole of sphinx.ext.mathbaseTakeshi KOMIYA2018-07-291-1/+1
|/
* Implement math_renderer frameworkTakeshi KOMIYA2018-07-281-6/+6
* Close #3784: mathjax: Add :confval:`mathjax_options`Takeshi KOMIYA2018-06-131-1/+4
* Fix mathjax is not loadedTakeshi KOMIYA2018-06-131-2/+3
* Fix #3606: MathJax should be loaded with async attributeTakeshi KOMIYA2018-05-251-1/+2
* Rename app.add_javascript() to add_js_file()Takeshi KOMIYA2018-05-241-1/+1