From d9e4f38e2293429a9db3d52321ad7d7074b52321 Mon Sep 17 00:00:00 2001 From: wangjiaqi07 Date: Tue, 4 Jul 2023 20:36:16 +0800 Subject: [PATCH] line too long Change-Id: I6fea06cc48dcd2ca3d096ef774cd60074c52ea51 --- doc/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index b5f1f2a..f2fbe00 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -16,7 +16,7 @@ import os import sys sys.path.insert(0, os.path.abspath('../..')) -# -- General configuration ---------------------------------------------------- +# -- General configuration ------------------------------------------------ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. @@ -61,7 +61,7 @@ add_module_names = True # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'native' -# -- Options for HTML output -------------------------------------------------- +# -- Options for HTML output ------------------------------------------------ # Output file base name for HTML help builder. htmlhelp_basename = 'venusdoc' @@ -71,7 +71,7 @@ htmlhelp_basename = 'venusdoc' html_title = 'Venus' html_theme = 'openstackdocs' -# -- Options for LaTeX output ------------------------------------------------- +# -- Options for LaTeX output ----------------------------------------------- latex_elements = { # The paper size ('letterpaper' or 'a4paper').