Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-30Migrate to py3 style type annotation: sphinx.ext.mathjaxTakeshi KOMIYA
2019-01-21Merge pull request #5975 from sphinx-doc/5966_mathjax_not_loadedTakeshi KOMIYA
2019-01-21Fix #5966: mathjax has not been loaded on incremental buildTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-18Merge branch '1.8'Takeshi KOMIYA
2018-12-18Use mathjax CDN "latest" URL by defaultMichael Goerz
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-11-28Fix annotaions for extensionsTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-04Fix typehints: sphinx.util.mathTakeshi KOMIYA
2018-10-16Fix #5497: Do not include MathJax.js and jsmath.js unless it is really neededTakeshi KOMIYA
2018-08-04Merge pull request #5230 from tk0miya/726_mathjax_configTakeshi KOMIYA
2018-07-29WIP: #726, #969: Add mathjax_configTakeshi KOMIYA
2018-07-29Deprecate whole of sphinx.ext.mathbaseTakeshi KOMIYA
2018-07-28Implement math_renderer frameworkTakeshi KOMIYA
2018-06-13Close #3784: mathjax: Add :confval:`mathjax_options`Takeshi KOMIYA
2018-06-13Fix mathjax is not loadedTakeshi KOMIYA
2018-05-24Fix #3606: MathJax should be loaded with async attributeTakeshi KOMIYA
2018-05-24Rename app.add_javascript() to add_js_file()Takeshi KOMIYA
2018-05-16Enable math_block node rendering by default (without HTML builders)Takeshi KOMIYA
2018-05-15Enable math node rendering by default (without HTML builders)Takeshi KOMIYA
2018-04-18Merge branch '1.7'Takeshi KOMIYA
2018-04-14Fix #4767: html: search highlighting breaks mathjax equationsTakeshi KOMIYA
2018-03-25Drop typing.TYPE_CHECKINGTakeshi KOMIYA
2018-02-19Use typing.TYPE_CHECKINGTakeshi KOMIYA
2018-02-04Update type annotationsTakeshi KOMIYA
2018-01-31Merge branch '1.7-release'Takeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2018-01-21Convert in-code HTTP URL's to HTTPS, including examplesKurt McKee
2018-01-13Fix #4079: Add notranslate class to let Google Translate know they are not tr...Takeshi KOMIYA
2017-12-31Merge branch 'happy_new_year' into masterTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-12-16make math_numfig work with singlehtml writerOliver Jahn
2017-10-18use numfig for numbering equations by section rather than pageOliver Jahn
2017-06-16Update MathJax CDN link to use 2.7.1jfbu
2017-04-03change Mathjax CDN URL.WAKAYAMA Shirou
2017-03-26Year++Takeshi KOMIYA
2016-07-19sphinx.ext.math: Update the label of permalinkTakeshi KOMIYA
2016-07-08math: Add hyperlink marker to each equations in HTML outputTakeshi KOMIYA
2016-04-28Update error message for conflict of math extensionsTakeshi KOMIYA
2016-04-27Fix flake8 violationTakeshi KOMIYA
2016-04-27Show error reason when multiple math extensions are loaded (ref: #2499)Takeshi KOMIYA
2016-04-20Omit MathJax markers if :nowrap: is givenMatthias Geier
2016-02-19Math extension: support alignment of multiple equations for MathJAX.Hong Xu
2016-01-15Obligatory copyright update.Georg Brandl
2016-01-09Fix #2226: Math is not HTML-encoded when :nowrap: is given (jsmath, mathjax)Takeshi KOMIYA
2015-03-14Support PEP-440 version spec for developers.shimizukawa
2015-03-08ext: pep8 fixesGeorg Brandl