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

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