Fix pygments style

New theme of docs respects pygments_style.

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

Change-Id: Ifc0f70adf3a426314ff6df41c58b6aa5aeca17fb
This commit is contained in:
melissaml 2020-06-23 17:03:36 +08:00 committed by Andrey Kurilin
parent 8087d7caa1
commit 7b268d6011
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ add_module_names = True
# show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "sphinx"
pygments_style = "native"
# A list of ignored prefixes for module index sorting.
# modindex_common_prefix = []