Merge "Fix pygments style"

This commit is contained in:
Zuul 2020-06-08 16:23:52 +00:00 committed by Gerrit Code Review
commit 719435f732
2 changed files with 2 additions and 4 deletions

View File

@ -51,19 +51,17 @@ add_function_parentheses = True
add_module_names = True add_module_names = True
# 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'
# A list of ignored prefixes for module index sorting. # A list of ignored prefixes for module index sorting.
modindex_common_prefix = ['oslo_policy.'] modindex_common_prefix = ['oslo_policy.']
# -- Options for HTML output ------------------------------------------------- # -- Options for HTML output -------------------------------------------------
# The theme to use for HTML and HTML Help pages. Major themes that come with # The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'. # Sphinx are currently 'default' and 'sphinxdoc'.
html_theme = 'openstackdocs' html_theme = 'openstackdocs'
# -- sphinx.ext.extlinks configuration --------------------------------------- # -- sphinx.ext.extlinks configuration ---------------------------------------
extlinks = { extlinks = {

View File

@ -96,7 +96,7 @@ exclude_patterns = []
# show_authors = False # show_authors = False
# 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'
# A list of ignored prefixes for module index sorting. # A list of ignored prefixes for module index sorting.
# modindex_common_prefix = [] # modindex_common_prefix = []