Hackish
Twitter Github

Page Contents

  • Left Sidebar Only. Theme Option
    • Example

Other Topics

Main

  • Basic Specification
  • Sample Configuration

Custom Files

  • No Sidebar. Theme Option
  • No Sidebar. File Name
  • Left Sidebar Only. File Name
  • Left Sidebar Only. Theme Option

Previous topic

Left Sidebar Only. File Name

This Page

Show source
Edit on Github

Left Sidebar Only. Theme Option¶

Set this page to have only the left side bar by adding the page name to the theme option left_sidebar_only.

Example¶

import os
import themata

project = 'Hackish Doc'
copyright = '2020, Adewale Azeez'
author = 'Adewale Azeez'

html_favicon = 'favicon.png'
html_theme = 'hackish'

html_theme_options = {
    'left_sidebar_only': [
        'otherpages/leftpage'
    ]
}


Left Sidebar Only. File Name


Throw this page at people faces:
Did you find this documentation helpful?
Throw tantrum about this page to the developers
This Project This Page
Look at your like tantrums on github
Submit

Contact
  • https://thecarisma.github.io/
  • 12345678998
Custom Pages
  • Left Page
  • Single Page
© Copyright 2020, Adewale Azeez, Creative Commons Zero v1.0 Universal License. Created using Sphinx 1.8.5 with hackish theme.