summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2020-06-04 14:08:43 +0800
committermelissaml <ma.lei@99cloud.net>2020-06-04 14:08:43 +0800
commit00ccff5a0dec0a0a84ef656d839c188b149574b6 (patch)
treeb983b291ad53927cc7780881d31be33ad4a35397
parente764cd92f4bb47bf50959376549baa4f379dce09 (diff)
downloadoslo-utils-00ccff5a0dec0a0a84ef656d839c188b149574b6.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: I535b0627c37db7eb70c699642da0ffae36590329
-rwxr-xr-xdoc/source/conf.py2
-rw-r--r--releasenotes/source/conf.py3
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 94dd2ca..5965d82 100755
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -52,7 +52,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 --------------------------------------------------
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 41127d0..fe5ddce 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -96,7 +96,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 = []
@@ -231,7 +231,6 @@ man_pages = [
# If true, show URL addresses after external links.
# man_show_urls = False
-
# -- Options for Texinfo output -------------------------------------------
# Grouping the document tree into Texinfo files. List of tuples