Fix pygments style

New theme of docs (Victoria+) respects pygments_style.
Since we starts using Victoria reqs while being on Ussuri,
this patch ensures proper rendering both in Ussuri and Victoria.

Change-Id: Ib1e3ad452b59445bfb6287cb87e1560ff90214f3
This commit is contained in:
xuanyandong 2020-05-20 10:12:06 +08:00
parent c9d6891cf9
commit 1c00e76994
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ add_module_names = False
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 = []