mirror of https://github.com/python/cpython
Highlight snippets as Python 3.
This commit is contained in:
parent
54a1cc68a1
commit
64063706aa
|
@ -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
|
||||
# -----------------------
|
||||
|
|
Loading…
Reference in New Issue