summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-05-21 20:48:26 +0000
committerGerrit Code Review <review@openstack.org>2020-05-21 20:48:27 +0000
commitc2b2e7521a72055d1d3926c088725378db0f1146 (patch)
tree68f2886fcb8dfe982f7420bf0e42e0e438059e38 /api-ref
parentfd40a2339730bfb623adcaed7731c49c764224ff (diff)
parent271ecdd1193b7a8a8f0f419bff1b401b7a1c17db (diff)
downloadironic-c2b2e7521a72055d1d3926c088725378db0f1146.tar.gz
Merge "Fix pygments style"
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 3539dcfe8..0e3898f3d 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 ----------------------------------------------