• Home
  • Raw
  • Download

Lines Matching +full:documentation +full:- +full:links

1 # -*- coding: utf-8 -*-
3 # LLVM documentation build configuration file.
18 # documentation root, use os.path.abspath to make it absolute, like shown here.
21 # -- General configuration -----------------------------------------------------
23 # If your documentation needs a minimal Sphinx version, state it here.
37 #source_encoding = 'utf-8-sig'
44 copyright = u'2003-%d, LLVM Project' % date.today().year
55 # The language for content autogenerated by Sphinx. Refer to documentation
60 # non-false value, then it is used:
63 today_fmt = '%Y-%m-%d'
72 # If true, '()' will be appended to :func: etc. cross-reference text.
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
98 # documentation.
105 # "<project> v<release> documentation".
127 html_last_updated_fmt = '%Y-%m-%d'
149 # If true, links to the reST sources are added to the pages.
170 # -- Options for LaTeX output --------------------------------------------------
186 ('index', 'LLVM.tex', u'LLVM Documentation',
198 # If true, show page references after internal links.
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.