Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd5f164 + abe4479 commit 2a2ab56Copy full SHA for 2a2ab56
doc/_templates/empty_sidebar.html
@@ -0,0 +1 @@
1
+<div class="sidebar-empty"></div>
doc/conf.py
@@ -536,6 +536,10 @@ def js_tag_with_cache_busting(js):
536
"cheatsheet_sidebar.html",
537
"donate_sidebar.html",
538
],
539
+ # no sidebar for release notes, because that page is only a collection of links
540
+ # to sub-pages. The sidebar would repeat all the titles of the sub-pages and
541
+ # thus basically repeat all the content of the page.
542
+ "users/release_notes": ["empty_sidebar.html"],
543
# '**': ['localtoc.html', 'pagesource.html']
544
}
545
0 commit comments