Water Twitter Github

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

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 = 'Water Doc'
copyright = '2020, Adewale Azeez'
author = 'Adewale Azeez'

html_favicon = 'favicon.png'
html_theme = 'water'

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

Edit on Github 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 water theme.