Skip to content

Commit e88a3fa

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: If42b2154a5a28f92d89dde9882afa31f01bc5ac3
1 parent f4b1a3f commit e88a3fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
add_module_names = True
6161

6262
# The name of the Pygments (syntax highlighting) style to use.
63-
pygments_style = 'sphinx'
63+
pygments_style = 'native'
6464

6565
# -- Options for HTML output --------------------------------------------------
6666

releasenotes/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
#show_authors = False
8383

8484
# The name of the Pygments (syntax highlighting) style to use.
85-
pygments_style = 'sphinx'
85+
pygments_style = 'native'
8686

8787
# A list of ignored prefixes for module index sorting.
8888
#modindex_common_prefix = []

0 commit comments

Comments
 (0)