summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2020-06-04 15:27:58 +0800
committermelissaml <ma.lei@99cloud.net>2020-06-04 15:27:58 +0800
commitc2074e47604199e9802520dbc4dfb54da778e090 (patch)
tree6a4849a6979aeb9a3a44ecefd1ed177db4c9bffd
parent4fc9e70aa11f8cb0476a927ee471adbd296bba8f (diff)
downloadoslo-messaging-c2074e47604199e9802520dbc4dfb54da778e090.tar.gz
Fix pygments style
New theme of docs respects pygments_style. more info: http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: I287fd718f9283e5d7d6951b9e55d5a6b48e07e3c
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 1743148..f8bd9f9 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -33,7 +33,7 @@ openstackdocs_bug_tag = ''
master_doc = 'index'
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'native'
# -- Options for HTML output --------------------------------------------------