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: Ieeed99524a4de362392c90a872285a80c53c4b55
This commit is contained in:
fuzihao 2020-05-20 11:24:04 +08:00
parent 9ce20edac5
commit 82c7083ac4
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,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 = ['cloudkitty-specs.']