summaryrefslogtreecommitdiff
path: root/sphinx/highlighting.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-2/+2
* Fix mypy violationsTakeshi KOMIYA2018-10-161-2/+2
* 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
|\
| * Fix #1565: Show warning if Pygments throws an ErrorTokenTakeshi KOMIYA2016-01-181-1/+5
* | Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\ \ | |/
| * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
| * Fix #1790 literalinclude strips empty lines at the head and tailTakeshi KOMIYA2015-04-021-6/+6
* | FIX : fix syntax error in python 3.5Thomas A Caswell2015-05-121-1/+1
* | Fix #1790 literalinclude strips empty lines at the head and tailTakeshi KOMIYA2015-03-311-6/+6
|/
* pep8 fixesGeorg Brandl2015-03-081-2/+2
* Fix #1620: Use VerbatimBorderColor to add frame to code-block in LaTeXTakeshi KOMIYA2015-01-181-3/+1
* highlighting: fix potential TypeErrorGeorg Brandl2015-01-061-1/+1
* Add highlight_options configuration valueEricFromCanada2015-01-051-2/+2
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Add frame to code-block in LaTeXtk0miya2014-10-081-1/+3
* | Make pygments unconditional, it is required by setup.py anyway.Georg Brandl2014-09-211-43/+20
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-3/+2
* | use six privided text_type() to replace with unicode() to support py2/py3 in ...Takayuki Shimizukawa2014-04-291-3/+4
* | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-2/+3
* | merge with stableGeorg Brandl2014-03-251-1/+7
|\ \ | |/
| * Closes #636: Keep straight single quotes in literal blocks in the LaTeX build.Georg Brandl2014-03-251-1/+7
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | merge headsTakayuki Shimizukawa2014-01-151-17/+1
|\ \ | |/ |/|
| * Drop python-3.1 and remove support codesTakayuki Shimizukawa2013-12-151-6/+0
| * Drop python-2.5 and remove 2.4,2.5 support codesTakayuki Shimizukawa2013-12-151-11/+1
* | Closes #845: In code blocks, when the selected lexer fails, display line numb...Georg Brandl2014-01-111-11/+11
|/