summaryrefslogtreecommitdiff
path: root/releasenotes/source
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 /releasenotes/source
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 'releasenotes/source')
-rw-r--r--releasenotes/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index c1b9c0b46..7cefab104 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -105,7 +105,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 = []