[Python-3000-checkins] r66342 - python/branches/py3k/Doc/conf.py

georg.brandl python-3000-checkins at python.org
Tue Sep 9 21:10:59 CEST 2008


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
 # -----------------------


More information about the Python-3000-checkins mailing list