Merge "Fix pygments style"

This commit is contained in:
Zuul 2020-07-14 16:16:58 +00:00 committed by Gerrit Code Review
commit ea55a17ee2
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,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 = ['tempest.']

View File

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