Commenting out sticky_navigation option by default

This commit is contained in:
Eric Hough 2014-01-08 12:26:16 -05:00
parent 0cd262d06c
commit db06dad648

View File

@ -107,7 +107,7 @@ html_theme = 'sphinx_rtd_theme'
# further. For a list of options available for each theme, see the # further. For a list of options available for each theme, see the
# documentation. # documentation.
html_theme_options = { html_theme_options = {
'sticky_navigation' : False # Set to True to "stick" the navigation during scrolling # 'sticky_navigation' : False # Set to True to "stick" the navigation during scrolling
} }
# Add any paths that contain custom themes here, relative to this directory. # Add any paths that contain custom themes here, relative to this directory.