Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #6640: i18n: Failed to override system message translation | Takeshi KOMIYA | 2020-10-04 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | Strip trailing whitespaces and normalize line endings | François Freitag | 2020-10-03 | 54 | -54/+54 |
| | | | | | | | | 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. | ||||
* | Regenerate sphinx.js | Takeshi KOMIYA | 2020-07-05 | 54 | -54/+3402 |
| | |||||
* | Fix double space inconsistences in code, CHANGES and translations. | Álvaro Mondéjar | 2020-05-09 | 69 | -290/+290 |
| | |||||
* | refactor: Add Optional to type annotations | Takeshi KOMIYA | 2020-04-19 | 1 | -2/+2 |
| | |||||
* | Update message catalog | Takeshi KOMIYA | 2020-03-30 | 108 | -52/+54 |
| | |||||
* | Update message catalog | Takeshi KOMIYA | 2020-03-30 | 2 | -0/+6930 |
| | |||||
* | Update message catalogs | Takeshi KOMIYA | 2020-03-29 | 52 | -46410/+51310 |
| | |||||
* | Update message catalog | Takeshi KOMIYA | 2020-03-14 | 1 | -105/+115 |
| | |||||
* | Update message catalog | Takeshi KOMIYA | 2020-03-08 | 1 | -848/+934 |
| | |||||
* | refactor: Update type annotations in sphinx.* | Takeshi KOMIYA | 2020-02-23 | 1 | -1/+1 |
| | |||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
|\ | |||||
| * | mypy: Enable disallow_incomplete_defs flag for type checking | Takeshi KOMIYA | 2019-12-30 | 1 | -1/+1 |
| | | |||||
* | | Fix flake8 violations | Takeshi KOMIYA | 2019-12-25 | 1 | -2/+0 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-25 | 1 | -53/+28 |
|\ \ | |/ | |||||
| * | Migrate to py3 style type annotation: sphinx.locale | Takeshi KOMIYA | 2019-12-25 | 1 | -58/+29 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-09 | 112 | -1882/+5258 |
|\ \ | |/ | |||||
| * | Update message catalogs | Takeshi KOMIYA | 2019-12-03 | 5 | -505/+507 |
| | | |||||
| * | Fix #6821: i18n: some translation messages has been broken | Takeshi KOMIYA | 2019-12-02 | 17 | -626/+4001 |
| | | |||||
| * | Fix #6815: i18n: some translation messages has been broken | Takeshi KOMIYA | 2019-11-15 | 102 | -820/+827 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-10-13 | 1 | -1/+1 |
|\ \ | |||||
| * | | fixed issue #6584 | Tetsuo Koyama | 2019-10-12 | 1 | -1/+1 |
| |/ | |||||
* | | Complete sphinx simplified Chinese translation | dingpengyu | 2019-10-08 | 1 | -377/+326 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-10-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix mypy violations (for mypy-0.730) | Takeshi KOMIYA | 2019-10-06 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-06-15 | 52 | -60/+60 |
|\ \ | |/ | |||||
| * | Fix #6464: updated invalid links of language codes in quickstart and all ↵ | Bingyao Liu | 2019-06-09 | 52 | -60/+60 |
| | | | | | | | | locale po files | ||||
* | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -29/+0 |
|/ | |||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2019-03-29 | 103 | -12043/+12977 |
|\ | |||||
| * | Update message catalogs | Takeshi KOMIYA | 2019-03-29 | 102 | -11812/+12728 |
| | | |||||
| * | Fix i18n: messages on sphinxmessages.sty_t are not extracted | Takeshi KOMIYA | 2019-03-29 | 1 | -231/+249 |
| | | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-03-29 | 153 | -46997/+51852 |
|\ \ | |/ | |||||
| * | Update message catalogs | Takeshi KOMIYA | 2019-03-29 | 153 | -46997/+51852 |
| | | |||||
* | | Merge pull request #6125 from tk0miya/doc-enhance_extension_dev_i18n | Takeshi KOMIYA | 2019-03-10 | 1 | -6/+5 |
|\ \ | |/ |/| | doc: Enhance documentation about internalization of external extension (refs: #5991) | ||||
| * | docs: Update docs for i18n | Takeshi KOMIYA | 2019-03-02 | 1 | -7/+5 |
| | | |||||
| * | Merge branch 'master' into doc-enhance_extension_dev_i18n | Takeshi KOMIYA | 2019-03-02 | 2 | -927/+817 |
| |\ | |||||
| * | | doc: Enhance documentation about internalization of external extension. | Vincent Férotin | 2019-01-28 | 1 | -3/+4 |
| | | | |||||
* | | | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Bump to 2.0.0 beta1v2.0.0b1 | Takeshi KOMIYA | 2019-02-18 | 1 | -926/+814 |
| | | |||||
* | | doc: Update docstring of get_translation() | Takeshi KOMIYA | 2019-01-25 | 1 | -1/+3 |
|/ | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 48 | -48/+48 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 48 | -48/+48 |
| | | |||||
* | | Merge branch '1.8' | jfbu | 2018-12-28 | 1 | -3/+3 |
|\ \ | |/ | | | | | | | | | | | resolved Conflicts: doc/development/tutorials/todo.rst sphinx/locale/__init__.py sphinx/search/zh.py | ||||
| * | Fix various spelling typos | jfbu | 2018-12-27 | 1 | -3/+3 |
| | | |||||
* | | Replace use of six.text_type with str | Jon Dufresne | 2018-12-18 | 1 | -5/+3 |
| | | | | | | | | | | This removes the last use of the six package allowing Sphinx to remove it as a dependency. | ||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2018-12-18 | 1 | -1/+22 |
|\ \ | |/ | |||||
| * | Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is empty | Takeshi KOMIYA | 2018-12-17 | 1 | -1/+22 |
| | | |||||
| * | Fix a mypy violation | Takeshi KOMIYA | 2018-12-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #5819 from jdufresne/coding-comment | Takeshi KOMIYA | 2018-12-17 | 1 | -1/+0 |
|\ \ | | | | | | | Remove unnecessary encoding cookie from Python source files | ||||
| * | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. |