diff options
author | Sean Silva <silvas@purdue.edu> | 2012-12-20 23:35:22 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2012-12-20 23:35:22 +0000 |
commit | 097982eca6bff8a130bc32ed7d94b153eedfec26 (patch) | |
tree | 504b91ca2961698a4d6c681f6c47c7124ae155ad /docs | |
parent | 689858b8da235855a6b0b3409f97b2dd9be1a9df (diff) | |
download | external_llvm-097982eca6bff8a130bc32ed7d94b153eedfec26.zip external_llvm-097982eca6bff8a130bc32ed7d94b153eedfec26.tar.gz external_llvm-097982eca6bff8a130bc32ed7d94b153eedfec26.tar.bz2 |
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')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 919bb3b..c0cf402 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"] |