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-ref/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api-ref') diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index e17a59eb75..ddcca926e7 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -48,7 +48,7 @@ openstackdocs_bug_project = 'nova' openstackdocs_bug_tag = 'api-ref' # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'native' # -- Options for HTML output -------------------------------------------------- -- cgit v1.2.1