Set this page to have no side bar by adding the page name to the theme option no_sidebar.
import os
import themata
project = 'Hackish Doc'
copyright = '2020, Adewale Azeez'
author = 'Adewale Azeez'
html_favicon = 'favicon.png'
html_theme = 'hackish'
html_theme_options = {
'no_sidebar': [
'otherpages/singlepage'
]
}