From f4331b89b48dba92dfd0de782fdc8c458545fa06 Mon Sep 17 00:00:00 2001 From: wangjiaqi07 Date: Tue, 4 Jul 2023 20:33:02 +0800 Subject: [PATCH] line too long Change-Id: If535482536a6159ee095baaad8eb3c4ccd787aa1 --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 3a38e4a..8ff2d79 100755 --- 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. @@ -53,7 +53,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 ------------------------------------------------ # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'.