From 13609b7142a494ab7f33f2625d14f877bb950137 Mon Sep 17 00:00:00 2001 From: Jingru Wang Date: Tue, 29 Aug 2023 12:02:51 +0800 Subject: [PATCH] doc: github action build document Signed-off-by: Jingru Wang --- doc/documents/conf.py | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/doc/documents/conf.py b/doc/documents/conf.py index f299d59..14ab2aa 100755 --- a/doc/documents/conf.py +++ b/doc/documents/conf.py @@ -22,7 +22,6 @@ sys.path.insert(0, os.path.abspath('..')) sys.path.insert(0, os.path.abspath('../../')) -sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'extensions')) # -- General configuration ------------------------------------------------ @@ -36,13 +35,8 @@ # ones. extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', - 'sphinx.ext.extlinks', 'sphinx.ext.todo', - 'breathe', - 'sphinx.ext.ifconfig', - 'embarc.link-roles', - 'embarc.html_redirects', - 'sphinx_tabs.tabs'] + 'sphinx.ext.ifconfig'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -106,11 +100,6 @@ 'leftsidebar': True, } -html_sidebars = { - '**': ['globaltoc.html', 'sourcelink.html', 'searchbox.html'], - 'using/windows': ['windowssidebar.html', 'searchbox.html'], -} - # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation.