Update docstheme for style and PDF

New version of openstackdocstheme (Victoria+) respects pygments_style.
Since this repo starts using 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: I881230136bc6806990e5fe03004028bcbaea7f80
This commit is contained in:
Andreas Jaeger 2020-05-20 18:33:54 +02:00
parent 67a997f45f
commit d48ed5e9e8
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ exclude_patterns = ["common_prerequisites.rst", "common_configure.rst"]
# 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 = []