From 04b8078d8bac1778057cb448dfebda9a069fcd80 Mon Sep 17 00:00:00 2001 From: Sophie Frasnedo Date: Tue, 14 Jan 2025 22:16:00 +0100 Subject: [PATCH 1/2] Remove search bar on the side bar Signed-off-by: Sophie Frasnedo --- docs/conf.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 2c4900f..42d0cdc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,6 +100,13 @@ html_static_path = ['_static'] html_css_files = ['styles/styles.css'] +html_sidebars = { + "**": [ + "sidebar/brand.html", + "sidebar/navigation.html", + ] +} + todo_include_todos = True # Links to external documentations: powsybl-core From ccc3020c535f3c71983a268f2f635192d75df6cf Mon Sep 17 00:00:00 2001 From: Sophie Frasnedo Date: Tue, 14 Jan 2025 22:24:02 +0100 Subject: [PATCH 2/2] Add comment Signed-off-by: Sophie Frasnedo --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 42d0cdc..cb184ef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,6 +100,7 @@ html_static_path = ['_static'] html_css_files = ['styles/styles.css'] +# This option should be removed once search from the parent documentation through all child repositories is enabled. html_sidebars = { "**": [ "sidebar/brand.html",