[WIP] Revert pygment style setting

Update to openstackdocstheme changed code snippets display style.
Revert to previous setting for better readability.

Closes-Bug: 1883966

Change-Id: Ibdf84da05ad4f6dbd8342c58ad215a9a3e68d6a7
Signed-off-by: MCamp859 <maryx.camp@intel.com>
This commit is contained in:
MCamp859 2020-06-18 12:00:03 -04:00 committed by Mary Camp
parent ac28a04426
commit 09d65eac3f

View File

@ -62,7 +62,7 @@ language = None
exclude_patterns = [] exclude_patterns = []
# The name of the Pygments (syntax highlighting) style to use. # The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx' pygments_style = 'native'
# General information about the project. # General information about the project.
openstackdocs_repo_name = 'openstack/stx-docs' openstackdocs_repo_name = 'openstack/stx-docs'