Allow lexer guessing.

This commit is contained in:
Georg Brandl
2008-09-16 07:49:27 +00:00
parent 1dec332ff9
commit d97f2a2c58
2 changed files with 9 additions and 1 deletions

View File

@@ -66,6 +66,9 @@ New features added
HTML, LaTeX and text translators; this prevents having to manually
patch the classes.
* Exposed Pygments' lexer guessing as a highlight "language"
``guess``.
* Added ``Sphinx.add_javascript()`` that adds scripts to load in the
default HTML template.