No Sidebar. Theme Option ================================ Set this page to have no side bar by adding the page name to the theme option **no_sidebar**. Example '''''''' .. code:: python import os import themata project = 'Garri Doc' copyright = '2020, Adewale Azeez' author = 'Adewale Azeez' html_favicon = 'favicon.png' html_theme = 'garri' html_theme_options = { 'no_sidebar': [ 'otherpages/singlepage' ] }