summaryrefslogtreecommitdiff
path: root/sphinx/transforms/post_transforms/code.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-2/+2
* Migrate to py3 style type annotation: sphinx.transforms.post_transforms.codeTakeshi KOMIYA2019-08-211-34/+17
* Fix #6545. Strip doctests for doctest_node blocks.Nathan Goldbaum2019-07-071-8/+16
* Add :force: option to code directivesTakeshi KOMIYA2019-06-011-5/+6
* Close #1851: Allow to omit an argument for code-block directiveTakeshi KOMIYA2019-02-041-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace use of six.text_type with strJon Dufresne2018-12-181-2/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-1/+1
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-3/+2
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Adjust type annotations for transforms to docutils'Takeshi KOMIYA2018-11-231-2/+4
* | Use super() to call parent class's methodJon Dufresne2018-11-111-1/+1
|/
* Apply :confval:`trim_doctest_flags` to all builders (cf. text, manpages)Takeshi KOMIYA2018-07-211-0/+44
* Refactor: Run highlightlang on resolving phaseTakeshi KOMIYA2018-07-211-0/+106