Skip to content

Commit

Permalink
hide bubbles in sidebars
Browse files Browse the repository at this point in the history
  • Loading branch information
liuanji committed Feb 14, 2024
1 parent aa75453 commit 0f34abb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
# -- Options for EPUB output
epub_show_urls = 'footnote'

html_sidebars = {
'**': [
'relations.html', # needs 'show_related': True theme option to display
'searchbox.html',
]
}

# autosummary_generate = True

def skip(app, what, name, obj, would_skip, options):
Expand Down

0 comments on commit 0f34abb

Please sign in to comment.