summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2020-06-04 14:33:53 +0800
committermelissaml <ma.lei@99cloud.net>2020-06-04 14:34:20 +0800
commitffb62b9d4928a9ca999d5f9439dafacf2510737f (patch)
tree26415fd9be8517a061653b2d8ef3e8f751fe6752 /doc
parent9abd7459c20d73136d00fc6c3499e1f588dda8b4 (diff)
downloadoslo-context-ffb62b9d4928a9ca999d5f9439dafacf2510737f.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: I69a051117890860e3dc524a6361f5acb21820a02
Diffstat (limited to 'doc')
-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 2a505e2..2767e5c 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -48,7 +48,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'
# -- Options for HTML output --------------------------------------------------