Discussion:
[Python-3000-checkins] r66342 - python/branches/py3k/Doc/conf.py
georg.brandl
2008-09-09 19:10:59 UTC
Permalink
Author: georg.brandl
Date: Tue Sep 9 21:10:58 2008
New Revision: 66342

Log:
Highlight snippets as Python 3.


Modified:
python/branches/py3k/Doc/conf.py

Modified: python/branches/py3k/Doc/conf.py
==============================================================================
--- python/branches/py3k/Doc/conf.py (original)
+++ python/branches/py3k/Doc/conf.py Tue Sep 9 21:10:58 2008
@@ -63,6 +63,9 @@
# unit titles (such as .. function::).
add_module_names = True

+# By default, highlight as Python 3.
+highlight_language = 'python3'
+

# Options for HTML output
# -----------------------

Loading...