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: If0563d5dac5135b71c0a1162a56e21dbe01e2e2b
This commit is contained in:
melissaml 2020-06-24 11:57:57 +08:00
parent 3e88681eac
commit e907e8cebb
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ exclude_patterns = []
# 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 = []