summaryrefslogtreecommitdiff
path: root/api-ref
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 /api-ref
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 'api-ref')
-rw-r--r--api-ref/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py
index aea4cf4dd..0654c31e3 100644
--- a/api-ref/source/conf.py
+++ b/api-ref/source/conf.py
@@ -98,7 +98,7 @@ add_module_names = False
show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'native'
# -- Options for man page output ----------------------------------------------