mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Closes #695: When the highlight language "python" is specified explicitly, do not try to parse the code to recognize non-Python snippets.
Thanks to Jonas Haag for the patch.
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -11,6 +11,9 @@ Release 1.1.3 (in development)
|
||||
* PR#36: Make the "bibliography to TOC" fix in LaTeX output specific to
|
||||
the document class.
|
||||
|
||||
* #695: When the highlight language "python" is specified explicitly,
|
||||
do not try to parse the code to recognize non-Python snippets.
|
||||
|
||||
|
||||
Release 1.1.2 (Nov 1, 2011) -- 1.1.1 is a silly version number anyway!
|
||||
======================================================================
|
||||
|
||||
Reference in New Issue
Block a user