Fix pygments style

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

Change-Id: If43d09c8a3510ab8db9e7c613fd504028d0ff011
This commit is contained in:
gugug 2020-05-20 08:48:20 +08:00 committed by Pierre Riteau
parent ec41f2f8f2
commit 254218fb60
3 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ language = None
exclude_patterns = []
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
pygments_style = 'native'
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False

View File

@ -101,7 +101,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

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