From 88aaf55a64722385965715684dca0249a41a26b0 Mon Sep 17 00:00:00 2001 From: maximlt Date: Thu, 26 Oct 2023 09:39:45 +0200 Subject: [PATCH] show sidebar --- doc/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index c7418799c..a9374c02a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 @@ -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",