summaryrefslogtreecommitdiff
path: root/sphinx/directives/code.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-1/+1
* Merge branch '1.7'Takeshi KOMIYA2018-06-091-1/+1
|\
| * Fix mypy violationTakeshi KOMIYA2018-06-091-1/+1
* | Fix #4927: Display a warning when invalid values are passed to linenothreshol...Takeshi KOMIYA2018-05-221-8/+2
* | Deprecate highlightlang directiveTakeshi KOMIYA2018-04-151-1/+14
* | Add SphinxDirective as a helperTakeshi KOMIYA2018-03-311-11/+10
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Merge branch 'master' into dont_stringify_exceptionsTakeshi KOMIYA2018-03-041-3/+3
|\ \
| * | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-3/+3
* | | Use six.text_type to stringify exceptionsTakeshi KOMIYA2018-03-031-2/+3
|/ /
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+2
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* | Update type annotationsTakeshi KOMIYA2018-02-041-0/+1
|/
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-1/+1
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | 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
* Fix #3108: Show warning if :start-at: and other literalinclude options does n...Takeshi KOMIYA2017-03-261-0/+10
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
* | 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-131-5/+17
| |\ \
| * | | 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
| |/ |/|
* | Merge branch 'stable'Takeshi KOMIYA2017-01-291-2/+2
|\ \ | |/
| * Fix #3370: the caption of code-block is not picked up for translationTakeshi KOMIYA2017-01-261-2/+2
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-3/+3
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-3/+3
* | Update type annotationsTakeshi KOMIYA2016-12-151-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2016-12-141-0/+6
|\ \ | |/
| * builtin extensions return metadata to allow parallel buildTakeshi KOMIYA2016-12-121-0/+6
* | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-161-5/+17
|/
* Merge pull request #2843 from rthardin/issue_625_start_at_end_atTakeshi KOMIYA2016-10-121-6/+30
|\