summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2020-06-04 15:16:56 +0800
committermelissaml <ma.lei@99cloud.net>2020-06-04 15:17:23 +0800
commitc18a019484356ce15da4f60f9147f7e8c019ae0c (patch)
treeac1ff205eb648c6cf240d83255bdbb9e37567ea4 /releasenotes
parente8364207ebd0c04c77e25d65b317093365749fd9 (diff)
downloadoslo-db-c18a019484356ce15da4f60f9147f7e8c019ae0c.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: I572495d50e0edc8bdfe22594dcde30a61b0750b8
Diffstat (limited to 'releasenotes')
-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 6ef9710..efef05f 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -91,7 +91,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 = []