Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Make console and warning messages translatable | Takeshi KOMIYA | 2018-03-03 | 1 | -3/+3 | |
| | | | ||||||
* | | | Use six.text_type to stringify exceptions | Takeshi KOMIYA | 2018-03-03 | 1 | -2/+3 | |
|/ / | | | | | | | | | On py2, an exception having i18nized message causes UnicodeError on stringify. This uses ``six.text_type()`` to stringify them instead. | |||||
* | | refactor: Move versionlabels to sphinx.directives.other | Takeshi KOMIYA | 2018-03-03 | 1 | -2/+17 | |
| | | ||||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-23 | 1 | -6/+6 | |
|\ \ | |/ | ||||||
| * | Fix #4641: A external link in TOC cannot contain "?" with ``:glob:`` option | Takeshi KOMIYA | 2018-02-19 | 1 | -6/+6 | |
| | | ||||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-18 | 4 | -8/+10 | |
|\ \ | |/ | ||||||
| * | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 4 | -8/+10 | |
| | | ||||||
* | | Update type annotations | Takeshi KOMIYA | 2018-02-04 | 2 | -1/+5 | |
|/ | ||||||
* | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 2 | -4/+3 | |
| | ||||||
* | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 4 | -4/+4 | |
|\ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 4 | -4/+4 | |
| | | ||||||
* | | remove unnecessary else clauses in for loop | Srinivas Reddy Thatiparthy | 2017-08-19 | 1 | -8/+7 | |
| | | ||||||
* | | pycode: Replace pgen2 by own parser | Takeshi KOMIYA | 2017-07-26 | 1 | -1/+1 | |
|/ | ||||||
* | Fix #3833: command line messages are translated unintentionally | Takeshi KOMIYA | 2017-06-25 | 1 | -11/+11 | |
| | ||||||
* | Fix #3770: Fix KeyError from code-block directive | Takeshi KOMIYA | 2017-05-21 | 1 | -2/+2 | |
| | ||||||
* | Fix #3755: incorrectly warns about dedent with literalinclude | Takeshi KOMIYA | 2017-05-19 | 1 | -6/+9 | |
| | ||||||
* | Fix typo in 'emphasize-lines' | Ray Lehtiniemi | 2017-04-12 | 1 | -1/+1 | |
| | | | | Signed-off-by: Ray Lehtiniemi <rayl@mail.com> | |||||
* | Fix #3108: Show warning if :start-at: and other literalinclude options does ↵ | Takeshi KOMIYA | 2017-03-26 | 1 | -0/+10 | |
| | | | | not match to the text | |||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 4 | -4/+4 | |
|\ | ||||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 4 | -4/+4 | |
| | | ||||||
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 4 | -3/+4 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-01 | 1 | -3/+9 | |
|\ \ | |/ | ||||||
| * | Update docstring to patches for table directives | Takeshi KOMIYA | 2017-02-28 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | table directives on docutils-0.13.1+ set source information to caption node. So these patch will be not necessary in feature version of docutils. https://sourceforge.net/p/docutils/patches/137/ | |||||
| * | Fix #3421: Could not translate a caption of tables | Takeshi KOMIYA | 2017-02-26 | 1 | -1/+38 | |
| | | ||||||
* | | Merge branch 'master' into 3421_translate_table_caption | Takeshi KOMIYA | 2017-02-26 | 4 | -207/+320 | |
|\ \ | ||||||
| * | | Fix a loop | Takeshi KOMIYA | 2017-02-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | literalinclude directive allows combination of :pyobject: and :lines: | Takeshi KOMIYA | 2017-02-22 | 1 | -1/+0 | |
| | | | ||||||
| * | | Show warning if :lines: and :emphasize-lines: get out of range | Takeshi KOMIYA | 2017-02-21 | 1 | -18/+36 | |
| | | | ||||||
| * | | Fix flake8 violation | Takeshi KOMIYA | 2017-02-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Emit warning if over dedent has detected on ``literalinclude`` directive | Takeshi KOMIYA | 2017-02-18 | 1 | -10/+18 | |
| | | | ||||||
| * | | Fix flake8 violation | Takeshi KOMIYA | 2017-02-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' into refactor_literalinclude | Takeshi KOMIYA | 2017-02-17 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * \ | Merge branch 'master' into literalincludelines | Jean-François B | 2017-02-13 | 4 | -19/+74 | |
| | |\ \ | ||||||
| | * | | | Fix an issue with lineno-start and a flake8 violation | jfbu | 2017-02-10 | 1 | -4/+6 | |
| | | | | | ||||||
| | * | | | If ``:start-after:`` is used, make ``:lines:`` relative (close: #3412) | jfbu | 2017-02-10 | 1 | -27/+29 | |
| | | |/ | | |/| | ||||||
| * | | | Add testcase for :lineno-match: option | Takeshi KOMIYA | 2017-02-17 | 1 | -7/+7 | |
| | | | | ||||||
| * | | | parselinenos() raises out of range error | Takeshi KOMIYA | 2017-02-13 | 1 | -5/+1 | |
| | | | | ||||||
| * | | | Refactor literalinclude directive | Takeshi KOMIYA | 2017-02-12 | 1 | -192/+229 | |
| | |/ | |/| | ||||||
| * | | Fix mypy violations | Takeshi KOMIYA | 2017-02-08 | 1 | -0/+7 | |
| | | | ||||||
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-29 | 1 | -2/+2 | |
| |\ \ | | |/ | ||||||
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-12 | 2 | -5/+5 | |
| |\ \ | ||||||
| * | | | Update type annotations | Takeshi KOMIYA | 2016-12-15 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Update type annotations | Takeshi KOMIYA | 2016-12-15 | 3 | -3/+3 | |
| | | | | ||||||
| * | | | Merge branch 'stable' | Takeshi KOMIYA | 2016-12-14 | 4 | -0/+24 | |
| |\ \ \ | ||||||
| * | | | | Add type-check annotations to sphinx.* | Takeshi KOMIYA | 2016-11-16 | 3 | -19/+67 | |
| | | | | | ||||||
* | | | | | Fix #3421: Could not translate a caption of tables | Takeshi KOMIYA | 2017-02-15 | 1 | -1/+38 | |
| |_|_|/ |/| | | | ||||||
* | | | | Fix #3370: the caption of code-block is not picked up for translation | Takeshi KOMIYA | 2017-01-26 | 1 | -2/+2 | |
| |_|/ |/| | | ||||||
* | | | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 2 | -5/+5 | |
| |/ |/| | ||||||
* | | builtin extensions return metadata to allow parallel build | Takeshi KOMIYA | 2016-12-12 | 4 | -0/+24 | |
|/ | ||||||
* | Merge branch 'stable' into 1.5-release | Takeshi KOMIYA | 2016-11-16 | 1 | -0/+1 | |
|\ |