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: I405c3ddfcd06566ec5b02458b287b6243d4aacc8
This commit is contained in:
fuzihao 2020-05-20 14:06:18 +08:00
parent 4b8b68e0a2
commit a661c18afa
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ add_function_parentheses = True
add_module_names = True
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
pygments_style = 'native'
# -- Options for HTML output --------------------------------------------------