From 578f570df54bf38e633989008257c621baf9be9d Mon Sep 17 00:00:00 2001 From: Dengyu Wu Date: Fri, 28 Jun 2024 23:08:24 +0800 Subject: [PATCH] doc: doc update --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6f97c1e..14be799 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,4 +38,4 @@ "use_repository_button": True, } -html_sidebars = {'**': ['localtoc.html', 'sourcelink.html']} +html_sidebars = {'**': ['localtoc.html', 'globaltoc.html', 'searchbox.html']}