Skip to content

Commit 9e457de

Browse files
committed
Fix pygments_style
Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. Change-Id: Icd9d529dbe66626ac53a9fdca5bc6821998a0b7d
1 parent 301a5c6 commit 9e457de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

api-guide/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
# show_authors = False
9393

9494
# The name of the Pygments (syntax highlighting) style to use.
95-
pygments_style = 'sphinx'
95+
pygments_style = 'native'
9696

9797
# A list of ignored prefixes for module index sorting.
9898
# modindex_common_prefix = []

api-ref/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
openstackdocs_bug_tag = 'api-ref'
4949

5050
# The name of the Pygments (syntax highlighting) style to use.
51-
pygments_style = 'sphinx'
51+
pygments_style = 'native'
5252

5353
# -- Options for HTML output --------------------------------------------------
5454

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
copyright = u'2010-present, OpenStack Foundation'
7171

7272
# The name of the Pygments (syntax highlighting) style to use.
73-
pygments_style = 'sphinx'
73+
pygments_style = 'native'
7474

7575
# -- Options for man page output ----------------------------------------------
7676

releasenotes/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
#show_authors = False
7878

7979
# The name of the Pygments (syntax highlighting) style to use.
80-
pygments_style = 'sphinx'
80+
pygments_style = 'native'
8181

8282
# A list of ignored prefixes for module index sorting.
8383
#modindex_common_prefix = []

0 commit comments

Comments
 (0)