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: I0247f2e6e76d9995f1720eac8be180e64c5bf243
This commit is contained in:
melissaml 2020-06-23 15:38:56 +08:00
parent de347e316d
commit 9ef78c436e
3 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ exclude_patterns = ["_build"]
# 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 = []

View File

@ -61,7 +61,7 @@ copyright = "2017, Catalyst IT Ltd"
exclude_patterns = []
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "sphinx"
pygments_style = "native"
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False

View File

@ -97,7 +97,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 = []