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:
parent
f0164d86a9
commit
3aa131945b
@ -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 --------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user