Skip to content

Commit 9b6d1c7

Browse files
committed
Fix pygments style
New theme of docs (Victoria+) respects pygments_style. Since we starts using Victoria reqs while being on Ussuri, this patch ensures proper rendering both in Ussuri and Victoria. Change-Id: Iad418798277b9d7a1190e42e9079080a3d2707f3
1 parent 5840efe commit 9b6d1c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
# show_authors = False
8989

9090
# The name of the Pygments (syntax highlighting) style to use.
91-
pygments_style = 'sphinx'
91+
pygments_style = 'native'
9292

9393
# A list of ignored prefixes for module index sorting.
9494
# modindex_common_prefix = []

Diff for: releasenotes/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
# show_authors = False
109109

110110
# The name of the Pygments (syntax highlighting) style to use.
111-
pygments_style = 'sphinx'
111+
pygments_style = 'native'
112112

113113
# A list of ignored prefixes for module index sorting.
114114
# modindex_common_prefix = []

0 commit comments

Comments
 (0)