Skip to content

Commit

Permalink
add the holoviz sidebar (#7674)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Jan 31, 2025
1 parent 1eb9a9d commit 70a6ac2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,9 @@ def setup(app) -> None:
nbbuild.setup(app)
app.add_config_value('grid_item_link_domain', '', 'html')

# hv_sidebar_dropdown
app.add_config_value('nbsite_hv_sidebar_dropdown', {}, 'html')
app.connect("html-page-context", add_hv_sidebar_dropdown_context)


grid_item_link_domain = gallery_endpoint

0 comments on commit 70a6ac2

Please # to comment.