[llvm-commits] [llvm] r170803 - /llvm/trunk/docs/conf.py

Sean Silva silvas at purdue.edu
Thu Dec 20 15:35:22 PST 2012


Author: silvas
Date: Thu Dec 20 17:35:22 2012
New Revision: 170803

URL: http://llvm.org/viewvc/llvm-project?rev=170803&view=rev
Log:
docs: Try out nosidebar.

Please squawk if you find this appalling or otherwise don't like it.

Modified:
    llvm/trunk/docs/conf.py

Modified: llvm/trunk/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/conf.py?rev=170803&r1=170802&r2=170803&view=diff
==============================================================================
--- llvm/trunk/docs/conf.py (original)
+++ llvm/trunk/docs/conf.py Thu Dec 20 17:35:22 2012
@@ -95,7 +95,7 @@
 # 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"]





More information about the llvm-commits mailing list