Skip to content

Commit

Permalink
doc: github action build document
Browse files Browse the repository at this point in the history
Signed-off-by: Jingru Wang <[email protected]>
  • Loading branch information
wangnuannuan committed Aug 29, 2023
1 parent e37c00f commit 13609b7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions doc/documents/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ------------------------------------------------
Expand All @@ -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']
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 13609b7

Please sign in to comment.