summaryrefslogtreecommitdiff
path: root/sphinx/directives
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-3/+3
| | |
* | | Use six.text_type to stringify exceptionsTakeshi KOMIYA2018-03-031-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.otherTakeshi KOMIYA2018-03-031-2/+17
| |
* | Merge branch '1.7'Takeshi KOMIYA2018-02-231-6/+6
|\ \ | |/
| * Fix #4641: A external link in TOC cannot contain "?" with ``:glob:`` optionTakeshi KOMIYA2018-02-191-6/+6
| |
* | Merge branch '1.7'Takeshi KOMIYA2018-02-184-8/+10
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-144-8/+10
| |
* | Update type annotationsTakeshi KOMIYA2018-02-042-1/+5
|/
* Use flake8-import-orderTakeshi KOMIYA2018-01-282-4/+3
|
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-014-4/+4
|\
| * A happy new year!Takeshi KOMIYA2018-01-014-4/+4
| |
* | remove unnecessary else clauses in for loopSrinivas Reddy Thatiparthy2017-08-191-8/+7
| |
* | pycode: Replace pgen2 by own parserTakeshi KOMIYA2017-07-261-1/+1
|/
* Fix #3833: command line messages are translated unintentionallyTakeshi KOMIYA2017-06-251-11/+11
|
* Fix #3770: Fix KeyError from code-block directiveTakeshi KOMIYA2017-05-211-2/+2
|
* Fix #3755: incorrectly warns about dedent with literalincludeTakeshi KOMIYA2017-05-191-6/+9
|
* Fix typo in 'emphasize-lines'Ray Lehtiniemi2017-04-121-1/+1
| | | | Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
* Fix #3108: Show warning if :start-at: and other literalinclude options does ↵Takeshi KOMIYA2017-03-261-0/+10
| | | | not match to the text
* Merge branch 'stable'Takeshi KOMIYA2017-03-264-4/+4
|\
| * Year++Takeshi KOMIYA2017-03-264-4/+4
| |
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-034-3/+4
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-03-011-3/+9
|\ \ | |/
| * Update docstring to patches for table directivesTakeshi KOMIYA2017-02-281-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 tablesTakeshi KOMIYA2017-02-261-1/+38
| |
* | Merge branch 'master' into 3421_translate_table_captionTakeshi KOMIYA2017-02-264-207/+320
|\ \
| * | Fix a loopTakeshi KOMIYA2017-02-251-1/+1
| | |
| * | literalinclude directive allows combination of :pyobject: and :lines:Takeshi KOMIYA2017-02-221-1/+0
| | |
| * | Show warning if :lines: and :emphasize-lines: get out of rangeTakeshi KOMIYA2017-02-211-18/+36
| | |
| * | Fix flake8 violationTakeshi KOMIYA2017-02-181-1/+1
| | |
| * | Emit warning if over dedent has detected on ``literalinclude`` directiveTakeshi KOMIYA2017-02-181-10/+18
| | |
| * | Fix flake8 violationTakeshi KOMIYA2017-02-181-1/+1
| | |
| * | Merge branch 'master' into refactor_literalincludeTakeshi KOMIYA2017-02-171-1/+1
| |\ \
| | * \ Merge branch 'master' into literalincludelinesJean-François B2017-02-134-19/+74
| | |\ \
| | * | | Fix an issue with lineno-start and a flake8 violationjfbu2017-02-101-4/+6
| | | | |
| | * | | If ``:start-after:`` is used, make ``:lines:`` relative (close: #3412)jfbu2017-02-101-27/+29
| | | |/ | | |/|
| * | | Add testcase for :lineno-match: optionTakeshi KOMIYA2017-02-171-7/+7
| | | |
| * | | parselinenos() raises out of range errorTakeshi KOMIYA2017-02-131-5/+1
| | | |
| * | | Refactor literalinclude directiveTakeshi KOMIYA2017-02-121-192/+229
| | |/ | |/|
| * | Fix mypy violationsTakeshi KOMIYA2017-02-081-0/+7
| | |
| * | Merge branch 'stable'Takeshi KOMIYA2017-01-291-2/+2
| |\ \ | | |/
| * | Merge branch 'stable'Takeshi KOMIYA2017-01-122-5/+5
| |\ \
| * | | Update type annotationsTakeshi KOMIYA2016-12-151-1/+1
| | | |
| * | | Update type annotationsTakeshi KOMIYA2016-12-153-3/+3
| | | |
| * | | Merge branch 'stable'Takeshi KOMIYA2016-12-144-0/+24
| |\ \ \
| * | | | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-163-19/+67
| | | | |
* | | | | Fix #3421: Could not translate a caption of tablesTakeshi KOMIYA2017-02-151-1/+38
| |_|_|/ |/| | |
* | | | Fix #3370: the caption of code-block is not picked up for translationTakeshi KOMIYA2017-01-261-2/+2
| |_|/ |/| |
* | | Fix flake8 violationsTakeshi KOMIYA2017-01-122-5/+5
| |/ |/|
* | builtin extensions return metadata to allow parallel buildTakeshi KOMIYA2016-12-124-0/+24
|/
* Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA2016-11-161-0/+1
|\