Remove redundant "=" to imporve doc format

Change-Id: Ie50c1f54daed269f34eecb262ccc469678502c2a
This commit is contained in:
wangjiaqi07 2023-08-03 19:21:55 +08:00
parent 57fa0d442d
commit aa48e033f9

View File

@ -27,7 +27,7 @@ extensions = [
'os_api_ref', 'os_api_ref',
] ]
# -- General configuration ---------------------------------------------------- # -- General configuration ------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be # Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
@ -49,7 +49,7 @@ openstackdocs_bug_tag = 'api-ref'
# The name of the Pygments (syntax highlighting) style to use. # The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'native' pygments_style = 'native'
# -- 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'.
@ -62,7 +62,7 @@ html_theme_options = {
"sidebar_mode": "toc", "sidebar_mode": "toc",
} }
# -- Options for LaTeX output ------------------------------------------------- # -- Options for LaTeX output ------------------------------------------------
# Grouping the document tree into LaTeX files. List of tuples # Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass # (source start file, target name, title, author, documentclass