Skip to content

Instantly share code, notes, and snippets.

@shkumagai
Created December 6, 2012 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shkumagai/4221774 to your computer and use it in GitHub Desktop.
Save shkumagai/4221774 to your computer and use it in GitHub Desktop.
Sample conf.py to hide sidebar
# -- Options for HTML output ---------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'bizstyle'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
'nosidebar': True,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment