X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2Fconf.py;h=659c3e07fb6723b9a23ac50bcd2dbf27e8692267;hb=0e9c68e6bc8768143308b0162e900ba8bd10dc01;hp=a1e9b5f6e286f40f889409920a87b5fe4661e200;hpb=aadf71570256992a7baf794964499a17b89e3997;p=oota-llvm.git diff --git a/docs/conf.py b/docs/conf.py index a1e9b5f6e28..659c3e07fb6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,16 +40,16 @@ master_doc = 'index' # General information about the project. project = u'LLVM' -copyright = u'2012, LLVM Project' +copyright = u'2003-2014, LLVM Project' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '3.2' +version = '3.6' # The full version, including alpha/beta/rc tags. -release = '3.2' +release = '3.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -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"]