Merge "Fix pygments_style"

This commit is contained in:
Zuul 2020-11-26 09:15:23 +00:00 committed by Gerrit Code Review
commit 6f91ef6d70

View File

@ -51,7 +51,7 @@ add_function_parentheses = True
add_module_names = True
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
pygments_style = 'native'
# -- Options for HTML output --------------------------------------------------