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 (Collapse)Author
2021-03-06Merge branch '3.x'Takeshi KOMIYA
2021-03-04i18n: Fix wrong substitution message catalog for el and hr (refs: #8943)Takeshi KOMIYA
2021-03-04Merge branch '3.x'Takeshi KOMIYA
2021-03-01update .mo file as wellAsk Hjorth Larsen
2021-03-01Spanish translation: fix bad substitution templatesAsk Hjorth Larsen
2021-02-09Update type annotationsTakeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
.. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype
2020-10-04Fix #6640: i18n: Failed to override system message translationTakeshi KOMIYA
Our document describes that users can override system messages via their own message catalog named `sphinx.mo` under the locale_dirs. But it has not been used since its beginning of i18n mechanism because the priority of users' message catalog is lower than system's. This makes the priority of users' message catalog higher than system's.
2020-10-03Strip trailing whitespaces and normalize line endingsFrançois Freitag
Trailing whitespace do not have impact on the result, they are just unused bytes. Most text editors are configured to strip trailing whitespaces. Remove them all in one go. Update a handful of files to use the UNIX line ending.
2020-07-05Regenerate sphinx.jsTakeshi KOMIYA
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 ↵Bingyao Liu
locale po files
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
doc: Enhance documentation about internalization of external extension (refs: #5991)
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
resolved Conflicts: doc/development/tutorials/todo.rst sphinx/locale/__init__.py sphinx/search/zh.py