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: Ibd9a69ce0a546e8f58393fa767a044e931809ace
This commit is contained in:
gugug 2020-05-20 08:04:31 +08:00
parent 1b54912a33
commit a0e3dde568
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -80,8 +80,7 @@ language = None
exclude_patterns = []
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = None
pygments_style = 'native'
# -- Options for HTML output -------------------------------------------------