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 | e9ba46363291c710f3086102c23e813ef2d444da (patch) | |
tree | 3ee568f6fcca1f5412bb9a5751c7e132c382cee3 /llvm/docs/conf.py | |
parent | d04592dc81f2bc9692e700bd878d856d78361653 (diff) | |
download | bcm5719-llvm-e9ba46363291c710f3086102c23e813ef2d444da.tar.gz bcm5719-llvm-e9ba46363291c710f3086102c23e813ef2d444da.zip |
docs: Try out nosidebar.
Please squawk if you find this appalling or otherwise don't like it.
llvm-svn: 170803
Diffstat (limited to 'llvm/docs/conf.py')
-rw-r--r-- | llvm/docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py index 919bb3bc9d7..c0cf402ed77 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"] |