From db06dad648bfadf22aef0ecb686757895f2b4a14 Mon Sep 17 00:00:00 2001 From: Eric Hough Date: Wed, 8 Jan 2014 12:26:16 -0500 Subject: [PATCH] Commenting out sticky_navigation option by default --- demo_docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo_docs/source/conf.py b/demo_docs/source/conf.py index 50d0ed76..855be64b 100644 --- a/demo_docs/source/conf.py +++ b/demo_docs/source/conf.py @@ -107,7 +107,7 @@ html_theme = 'sphinx_rtd_theme' # further. For a list of options available for each theme, see the # documentation. 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.