Docs: set default highlight language to Python.
This commit is contained in:
parent
d80b8dbc89
commit
e1b51fb7c4
@ -89,6 +89,9 @@ language = "en"
|
|||||||
# This patterns also effect to html_static_path and html_extra_path
|
# This patterns also effect to html_static_path and html_extra_path
|
||||||
exclude_patterns = []
|
exclude_patterns = []
|
||||||
|
|
||||||
|
# The programming language to be used by default in syntax highlighting.
|
||||||
|
highlight_language = "python"
|
||||||
|
|
||||||
# The name of the Pygments (syntax highlighting) style to use.
|
# The name of the Pygments (syntax highlighting) style to use.
|
||||||
# pygments_style = "sphinx" (the default sphinx docs style on RTD)
|
# pygments_style = "sphinx" (the default sphinx docs style on RTD)
|
||||||
pygments_style = "default"
|
pygments_style = "default"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user