Docs: set default highlight language to Python.

This commit is contained in:
Nathan Williis 2024-09-16 12:49:12 +01:00
parent d80b8dbc89
commit e1b51fb7c4

View File

@ -89,6 +89,9 @@ language = "en"
# This patterns also effect to html_static_path and html_extra_path
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.
# pygments_style = "sphinx" (the default sphinx docs style on RTD)
pygments_style = "default"