diff options
author | Zuul <zuul@review.opendev.org> | 2020-05-21 20:48:26 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2020-05-21 20:48:27 +0000 |
commit | c2b2e7521a72055d1d3926c088725378db0f1146 (patch) | |
tree | 68f2886fcb8dfe982f7420bf0e42e0e438059e38 /api-ref | |
parent | fd40a2339730bfb623adcaed7731c49c764224ff (diff) | |
parent | 271ecdd1193b7a8a8f0f419bff1b401b7a1c17db (diff) | |
download | ironic-c2b2e7521a72055d1d3926c088725378db0f1146.tar.gz |
Merge "Fix pygments style"
Diffstat (limited to 'api-ref')
-rw-r--r-- | api-ref/source/conf.py | 2 |
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 ---------------------------------------------- |