Skip to content

Commit

Permalink
show sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Oct 26, 2023
1 parent 129d30c commit 88aaf55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
# Don't copy the sources (notebook files) in builtdocs/_sources, they're heavy.
html_copy_source = False

# Hide the side bar on the gallery page
# html_sidebars = {
# "gallery/index": [],
# }

extensions = [
'gallery', # local gallery extension
'nbheader', # local nbheader extension
Expand Down Expand Up @@ -206,11 +211,6 @@ def gallery_spec(name):
}


# Hide the side bar on the gallery page
html_sidebars = {
"gallery/index": [],
}

html_context.update({
"last_release": f"v{release}",
"github_user": "holoviz-topics",
Expand Down

0 comments on commit 88aaf55

Please sign in to comment.