From 4767a92cd4bc671ebeac52c743bedd4e506b2030 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 20 May 2020 18:22:14 +0200 Subject: [PATCH] Update docstheme for style New version of openstackdocstheme (Victoria+) respects pygments_style. Since openstack-ansible 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: Ia8c05e4791a3db5eaa82593990d378d2d091c820 --- doc/source/conf.py | 2 +- releasenotes/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index a43d96cf..59fcece8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -101,7 +101,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 = [] diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 12b75729..a1dc8c4b 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -108,7 +108,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 = []