From 1a2789a71a10731e4476813b6c49fec8d3cdf84a Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Fri, 30 Aug 2024 14:44:00 -0700 Subject: [PATCH 1/2] remove primary sidebar from tutorial --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 886160382f..b356261099 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -195,7 +195,9 @@ def setup(app): # html_use_smartypants = True # Custom sidebar templates, maps document names to template names. -# html_sidebars = {} +html_sidebars = { + "tutorial": [] +} # Additional templates that should be rendered to pages, maps page names to # template names. From 5176e63262467bbad142c491a8405b73279b3a20 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Mon, 9 Sep 2024 16:03:10 -0700 Subject: [PATCH 2/2] lint --- docs/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b356261099..136fcf32d6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -195,9 +195,7 @@ def setup(app): # html_use_smartypants = True # Custom sidebar templates, maps document names to template names. -html_sidebars = { - "tutorial": [] -} +html_sidebars = {"tutorial": []} # Additional templates that should be rendered to pages, maps page names to # template names.