From 9e457deba01eabccb63d101012b83961977e69c8 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 20 May 2020 21:56:41 +0200 Subject: 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 --- api-guide/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api-guide') diff --git a/api-guide/source/conf.py b/api-guide/source/conf.py index fafb397e19..e07de9e450 100644 --- a/api-guide/source/conf.py +++ b/api-guide/source/conf.py @@ -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 = [] -- cgit v1.2.1