Highlight snippets as Python 3.

This commit is contained in:
Georg Brandl 2008-09-09 19:10:58 +00:00
parent 54a1cc68a1
commit 64063706aa
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ add_function_parentheses = True
# unit titles (such as .. function::).
add_module_names = True
# By default, highlight as Python 3.
highlight_language = 'python3'
# Options for HTML output
# -----------------------