summaryrefslogtreecommitdiff
path: root/sphinx/highlighting.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.highlightingTakeshi KOMIYA2019-12-251-21/+13
* LaTeX: avoid quotes and TeX ligature replacements in PDF outputjfbu2019-12-151-0/+1
* Make escape() and hlescape() as public APIs of texescapeTakeshi KOMIYA2019-11-161-5/+3
* Fix #6738: latex: literal_block does not support raw unicode charactersTakeshi KOMIYA2019-11-161-4/+7
* Switch uses of __import__ to importlib.get_module()Jon Dufresne2019-08-171-1/+2
* Fix #6497: custom lexers fails highlighting when syntax errorTakeshi KOMIYA2019-06-181-1/+2
* Add :force: option to code directivesTakeshi KOMIYA2019-06-011-14/+15
* highlight: Enable raiseonerror only if force=FalseTakeshi KOMIYA2019-06-011-29/+38
* refactor: Add PygmentsBridge.get_style() and .get_lexer()Takeshi KOMIYA2019-05-121-15/+27
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-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
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-3/+3
* | Replace pycompat.htmlescape() by html.escape()Takeshi KOMIYA2018-12-161-2/+2
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-7/+6
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-1/+1
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Always prefer dict literals over calls to dict()Jon Dufresne2018-11-131-9/+9
* | Merge branch '1.8'Takeshi KOMIYA2018-11-011-2/+2
|\ \ | |/
| * Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-2/+2
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-2/+2
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-10-161-2/+2
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
|/
* Apply :confval:`trim_doctest_flags` to all builders (cf. text, manpages)Takeshi KOMIYA2018-07-211-2/+6
* ``sphinx.highlighting.PygmentsBridge.unhighlight()`` is deprecatedTakeshi KOMIYA2018-07-211-0/+5
* Remove unused codeTakeshi KOMIYA2018-07-201-2/+0
* Merge branch '1.7'Takeshi KOMIYA2018-03-181-3/+2
|\
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-3/+4
|/
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-10/+9
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* 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
* | Add mypy annotationsTakeshi KOMIYA2017-02-101-6/+16
* | Use sphinx.util.logging instead app.warn()Takeshi KOMIYA2017-01-021-12/+12
* | Merge branch 'stable'Takeshi KOMIYA2016-12-201-1/+1
|\ \ | |/
| * Fix the warning type ``misc.highlighting_failure`` does not workTakeshi KOMIYA2016-12-201-1/+1
* | Merge branch '1.5-release' into mastershimizukawa2016-12-051-1/+2
|\ \ | |/
| * Fix #3185: Add new warning type ``misc.highlighting_failure``Takeshi KOMIYA2016-12-031-1/+2
* | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-161-1/+2
|/
* Highlighting fallbacks by defaultTakeshi KOMIYA2016-02-201-53/+5
* Fix code-block literals raises highlighting warnings by defaultTakeshi KOMIYA2016-02-171-6/+6
* The default highlight language is now Python 3.Georg Brandl2016-02-141-6/+10
* Merge branch 'stable'Takeshi KOMIYA2016-01-181-1/+5
|\