Lines Matching +full:use +full:- +full:external +full:- +full:names
1 # -*- coding: utf-8 -*-
18 # documentation root, use os.path.abspath to make it absolute, like shown here.
21 # -- General configuration -----------------------------------------------------
26 # Add any Sphinx extension module names here, as strings. They can be extensions
37 #source_encoding = 'utf-8-sig'
44 copyright = u'2003-%d, LLVM Project' % date.today().year
60 # non-false value, then it is used:
63 today_fmt = '%Y-%m-%d'
69 # The reST default role (used for this markup: `text`) to use for all documents.
72 # If true, '()' will be appended to :func: etc. cross-reference text.
83 # The name of the Pygments (syntax highlighting) style to use.
90 # -- Options for HTML output ---------------------------------------------------
92 # The theme to use for HTML and HTML Help pages. See the documentation for
94 html_theme = 'llvm-theme'
96 # Theme options are theme-specific and customize the look and feel of a theme
115 # The name of an image file (within the static path) to use as favicon of the
127 html_last_updated_fmt = '%Y-%m-%d'
133 # Custom sidebar templates, maps document names to template names.
136 # Additional templates that should be rendered to pages, maps page names to
137 # template names.
170 # -- Options for LaTeX output --------------------------------------------------
201 # If true, show URL addresses after external links.
211 # -- Options for manual page output --------------------------------------------
224 # Ignore non-ReST files and the index page.
238 if ' - ' not in title:
241 "(expected '<name> - <description>')") % (
245 name,description = title.split(' - ', 1)
249 # If true, show URL addresses after external links.