From abd9157d2d54831f830f382f31bd553506267fc2 Mon Sep 17 00:00:00 2001 From: KanaiYuma Date: Thu, 5 Dec 2024 16:16:17 +0900 Subject: [PATCH] Adjust html_sidebars. --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d8b4b94f..f04f83e1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -72,7 +72,7 @@ html_show_sourcelink = False html_show_sphinx = False # (commentout) html_static_path = ["_static"] -html_sidebars = {"**": ["search-field", "sidebar-nav-bs", "sidebar-ethical-ads"]} +html_sidebars = {"**": ["search-field", "sidebar-nav-bs", 'sourcelink.html']} source_suffix = {".rst": "restructuredtext", ".txt": "markdown", ".md": "markdown"} # Add any paths that contain custom static files (such as style sheets) here,