13 Page Without Sidebar§

This page has no sidebar, because an empty list of sidebar templates was chosen for html_sidebars in conf.py:

Listing 13.1 conf.py§
56
57
58
59
60
61
62
63
64
65
html_sidebars = {
   '**': [
       'github-badge.html',  # Custom template, see _templates/
       'home.html',
       'globaltoc.html',
       'separator.html',
       'indices.html',
   ],
   'showcase/no-sidebar': [],  # To demonstrate a page without a sidebar
}

If you don’t want to show the sidebar at all, you can disable it globally with the theme option nosidebar.