summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-06-08 15:56:55 +0000
committerGerrit Code Review <review@openstack.org>2020-06-08 15:56:55 +0000
commitbe101759e3112e34d2462c69147a7de8d9d2ea6d (patch)
treef89ed95c7518658f16d71380710ec3fb2362ce1f
parentd94ba92406506441de9c9bc25e7b2208791b6095 (diff)
parent08855bd1f9c2cfd1bc3856a791a098e46a19e864 (diff)
downloadoslo-serialization-be101759e3112e34d2462c69147a7de8d9d2ea6d.tar.gz
Merge "Fix pygments style"4.0.0
-rw-r--r--doc/source/conf.py3
-rw-r--r--releasenotes/source/conf.py2
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index a4adcbc..6870813 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -53,7 +53,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 --------------------------------------------------
@@ -64,7 +64,6 @@ pygments_style = 'sphinx'
# html_static_path = ['static']
html_theme = 'openstackdocs'
-
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 70c8381..af9b55f 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -98,7 +98,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 = []