summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-12-20 23:35:22 +0000
committerSean Silva <silvas@purdue.edu>2012-12-20 23:35:22 +0000
commit097982eca6bff8a130bc32ed7d94b153eedfec26 (patch)
tree504b91ca2961698a4d6c681f6c47c7124ae155ad /docs/conf.py
parent689858b8da235855a6b0b3409f97b2dd9be1a9df (diff)
downloadllvm-097982eca6bff8a130bc32ed7d94b153eedfec26.tar.gz
llvm-097982eca6bff8a130bc32ed7d94b153eedfec26.tar.bz2
llvm-097982eca6bff8a130bc32ed7d94b153eedfec26.tar.xz
docs: Try out nosidebar.
Please squawk if you find this appalling or otherwise don't like it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170803 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 919bb3bc9d..c0cf402ed7 100644
--- a/docs/conf.py
+++ b/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"]