Fix pygments_style

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: Icd9d529dbe66626ac53a9fdca5bc6821998a0b7d
This commit is contained in:
Andreas Jaeger
2020-05-20 21:56:41 +02:00
parent 301a5c6bc9
commit 9e457deba0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -92,7 +92,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 = []