From 5bad06d4b6432963b41fe2a00f849c1263720eff Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 1 Jul 2018 19:56:55 +0200 Subject: [PATCH] docs: enable searchbox --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 4199bca8..5688aeec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -145,7 +145,7 @@ html_sidebars = { #'relations.html', 'ghbuttons.html', #'sourcelink.html', - #'searchbox.html' + 'searchbox.html' ] }