Update docstheme for style

New version of openstackdocstheme (Victoria+) respects pygments_style.
Since this repo is using now Victoria (master) requirements but has
not branched for Ussuri yet, it uses the new version.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

Change-Id: I3fe3956b80df054c8b56761e4c009457af5c98f0
This commit is contained in:
Andreas Jaeger 2020-05-20 18:43:58 +02:00 committed by Jonathan Rosser
parent 69d1cd1ee9
commit 986b9058ee
2 changed files with 2 additions and 2 deletions

View File

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

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