Lines Matching +full:docs +full:- +full:lld +full:- +full:html
1 # -*- coding: utf-8 -*-
3 # lld documentation build configuration file.
21 # -- General configuration -----------------------------------------------------
37 # source_encoding = 'utf-8-sig'
43 project = "lld"
44 copyright = "2011-%d, LLVM Project" % date.today().year
51 # non-false value, then it is used:
54 today_fmt = "%Y-%m-%d"
63 # If true, '()' will be appended to :func: etc. cross-reference text.
81 # -- Options for HTML output ---------------------------------------------------
83 # The theme to use for HTML and HTML Help pages. See the documentation for
85 html_theme = "llvm-theme"
87 # Theme options are theme-specific and customize the look and feel of a theme
107 # configuration directory) that is the favicon of the docs. Modern browsers use
108 # this as icon for tabs, windows and bookmarks. It should be a Windows-style
110 # image file will be copied to the _static directory of the output HTML, but
121 html_last_updated_fmt = "%Y-%m-%d"
128 html_sidebars = {"index": ["indexsidebar.html"]}
132 # html_additional_pages = {'index': 'index.html'}
146 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
149 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
154 # base URL from which the finished HTML is served.
157 # This is the file name suffix for HTML files (e.g. ".xhtml").
160 # Output file base name for HTML help builder.
164 # -- Options for LaTeX output --------------------------------------------------
178 ("contents", "lld.tex", "lld Documentation", "LLVM project", "manual"),
202 # -- Options for manual page output --------------------------------------------
206 man_pages = [("contents", "lld", "lld Documentation", ["LLVM project"], 1)]
212 # -- Options for Texinfo output ------------------------------------------------
220 "lld",
221 "lld Documentation",
223 "lld",
243 # -- Options for extensions ----------------------------------------------------