From e9ba46363291c710f3086102c23e813ef2d444da Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Thu, 20 Dec 2012 23:35:22 +0000 Subject: [PATCH] docs: Try out nosidebar. Please squawk if you find this appalling or otherwise don't like it. llvm-svn: 170803 --- llvm/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py index 919bb3b..c0cf402 100644 --- a/llvm/docs/conf.py +++ b/llvm/docs/conf.py @@ -95,7 +95,7 @@ html_theme = 'llvm-theme' # 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 = {} +html_theme_options = { "nosidebar": True } # Add any paths that contain custom themes here, relative to this directory. html_theme_path = ["_themes"] -- 2.7.4