summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorgugug <gu.jin@99cloud.net>2020-05-20 08:48:20 +0800
committergugug <gu.jin@99cloud.net>2020-05-21 01:17:09 +0000
commit271ecdd1193b7a8a8f0f419bff1b401b7a1c17db (patch)
tree54433761e02b4b3f503feef0cb45e5549465b8a9 /doc/source/conf.py
parentc38465eaa8d8fc8f62b30fae4d2dc05521945ee6 (diff)
downloadironic-271ecdd1193b7a8a8f0f419bff1b401b7a1c17db.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: I5d87b0e4da19a51c47f02e5a88957ce1fea4c21d
Diffstat (limited to 'doc/source/conf.py')
-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 ecbedec6f..948daceda 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -124,7 +124,7 @@ add_function_parentheses = True
add_module_names = True
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'native'
# A list of glob-style patterns that should be excluded when looking for
# source files. They are matched against the source file names relative to the