Created
December 6, 2012 04:28
-
-
Save shkumagai/4221774 to your computer and use it in GitHub Desktop.
Sample conf.py to hide sidebar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -- 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