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
2020-05-09Fix double space inconsistences in code, CHANGES and translations.Álvaro Mondéjar
2020-04-19refactor: Add Optional to type annotationsTakeshi KOMIYA
2020-03-30Update message catalogTakeshi KOMIYA
2020-03-29Update message catalogTakeshi KOMIYA
2020-03-28Update message catalogsTakeshi KOMIYA
2020-03-14Update message catalogTakeshi KOMIYA
2020-03-08Update message catalogTakeshi KOMIYA
2020-02-23refactor: Update type annotations in sphinx.*Takeshi KOMIYA
2020-01-01Merge branch '2.0'Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-12-25Fix flake8 violationsTakeshi KOMIYA
2019-12-25Merge branch '2.0'Takeshi KOMIYA
2019-12-24Migrate to py3 style type annotation: sphinx.localeTakeshi KOMIYA
2019-12-08Merge branch '2.0'Takeshi KOMIYA
2019-12-02Update message catalogsTakeshi KOMIYA
2019-12-01Fix #6821: i18n: some translation messages has been brokenTakeshi KOMIYA
2019-11-14Fix #6815: i18n: some translation messages has been brokenTakeshi KOMIYA
2019-10-12Merge branch '2.0'Takeshi KOMIYA
2019-10-12fixed issue #6584Tetsuo Koyama
2019-10-08Complete sphinx simplified Chinese translationdingpengyu
2019-10-06Merge branch '2.0'Takeshi KOMIYA
2019-10-06Fix mypy violations (for mypy-0.730)Takeshi KOMIYA
2019-06-15Merge branch '2.0'Takeshi KOMIYA
2019-06-09Fix #6464: updated invalid links of language codes in quickstart and all loca...Bingyao Liu
2019-03-30Drop features and APIs deprecated in 1.8Takeshi KOMIYA
2019-03-29Merge branch '2.0'Takeshi KOMIYA
2019-03-28Update message catalogsTakeshi KOMIYA
2019-03-28Fix i18n: messages on sphinxmessages.sty_t are not extractedTakeshi KOMIYA
2019-03-28Merge branch '2.0'Takeshi KOMIYA
2019-03-28Update message catalogsTakeshi KOMIYA
2019-03-09Merge pull request #6125 from tk0miya/doc-enhance_extension_dev_i18nTakeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-03-02docs: Update docs for i18nTakeshi KOMIYA
2019-03-02Merge branch 'master' into doc-enhance_extension_dev_i18nTakeshi KOMIYA
2019-02-17Bump to 2.0.0 beta1v2.0.0b1Takeshi KOMIYA
2019-01-28doc: Enhance documentation about internalization of external extension.Vincent Férotin
2019-01-24doc: Update docstring of get_translation()Takeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-28Merge branch '1.8'jfbu
2018-12-27Fix various spelling typosjfbu
2018-12-19Replace use of six.text_type with strJon Dufresne
2018-12-18Merge branch '1.8'Takeshi KOMIYA
2018-12-17Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is emptyTakeshi KOMIYA
2018-12-17Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA
2018-12-17Remove Python 2 monkey patch for Unicode ugettextJon Dufresne
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-16Deprecate UnicodeMixinTakeshi KOMIYA
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-15refactor: Replace six.UserString by collections.UserStringTakeshi KOMIYA