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
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-13Merge branch '3.x'Takeshi KOMIYA
2020-11-24refactor with pyupgradeTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-07-04Merge branch '3.x'Takeshi KOMIYA
2020-06-14Fix exception causes all over the codebaseRam Rachum
2020-05-17Merge branch '3.x'Takeshi KOMIYA
2020-05-05Introduce fips safe sha1, see issue #7611Lars Hupfeldt
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-03-07Use subprocess.run(encoding=...)Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-08-01Fix type annotationjfbu
2019-08-01Fix error in cherry-picking #6310 to 2.0jfbu
2019-08-01Add Python3 type annotation to cherry-picked #6310 for 2.2.0 releasejfbu
2019-08-01More robust code for getting saved "depth" of svg inline math snippetjfbu
2019-08-01Make imgmath_use_preview work also for svg outputjfbu
2019-07-03Migrate to py3 style type annotation: sphinx.ext.imgmathTakeshi KOMIYA
2019-04-15imgmath: Use template file for LaTeXTakeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-02-11Deprecate sphinx.util.pycompat:sys_encodingTakeshi KOMIYA
2019-01-13Use subprocess.run() instead of Popen()Takeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-19Replace use of six.text_type with strJon Dufresne
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-16Merge pull request #5803 from jdufresne/encoding-utf8Takeshi KOMIYA
2018-12-16Merge pull request #5796 from jdufresne/superTakeshi KOMIYA
2018-12-16Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne
2018-12-15Replace ENOENT errno checks with Python 3 FileNotFoundErrorJon Dufresne
2018-12-15Use Python 3 super() argument-less syntaxJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-14Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA
2018-12-08Fix annotationsTakeshi KOMIYA
2018-12-02Fix annotations (minor fixes)Takeshi KOMIYA
2018-11-28Fix annotaions for extensionsTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-12Use super() to call parent class's methodJon Dufresne
2018-10-16Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix mypy violationsTakeshi KOMIYA
2018-09-11Prefer builtin open() over io.open() and codecs.open()Jon Dufresne
2018-08-16Merge branch '1.7'Takeshi KOMIYA
2018-08-15Fix #5298: imgmath: math_number_all causes equations to have two numbers in htmlTakeshi KOMIYA
2018-07-29Deprecate whole of sphinx.ext.mathbaseTakeshi KOMIYA
2018-07-28Implement math_renderer frameworkTakeshi 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-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA