Fix pygments_style

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

more info : http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: Ia6dafb44a140f8a5fd4f55682d9fb34967e7643c
This commit is contained in:
wu.shiming 2020-11-20 15:46:00 +08:00
parent f0164d86a9
commit 3aa131945b

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 --------------------------------------------------