Lines Matching +full:docs +full:- +full:llvm +full:- +full:man
1 # -*- coding: utf-8 -*-
3 # LLVM documentation build configuration file.
22 # -- General configuration -----------------------------------------------------
31 # When building man pages, we do not use the markdown pages,
33 # Doing so reduces dependencies of some packaged llvm distributions.
39 if not tags.has("builder-man"):
57 # source_encoding = 'utf-8-sig'
63 project = "LLVM"
64 copyright = "2003-%d, LLVM Project" % date.today().year
71 # non-false value, then it is used:
74 today_fmt = "%Y-%m-%d"
83 # If true, '()' will be appended to :func: etc. cross-reference text.
101 # -- Options for HTML output ---------------------------------------------------
105 html_theme = "llvm-theme"
107 # Theme options are theme-specific and customize the look and feel of a theme
127 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
138 html_last_updated_fmt = "%Y-%m-%d"
188 # -- Options for LaTeX output --------------------------------------------------
202 ("index", "LLVM.tex", "LLVM Documentation", "LLVM project", "manual"),
225 # If true, figures, tables and code-blocks are automatically numbered if they
229 # -- Options for manual page output --------------------------------------------
235 # Automatically derive the list of man pages from the contents of the command
238 man_page_authors = "Maintained by the LLVM Team (https://llvm.org/)."
249 m = re.match(r"^# (\S+) - (.+)$", title)
253 "(expected '# <name> - <description>')" % file_subpath,
279 if " - " not in title:
282 "(expected '<name> - <description>')" % file_subpath,
286 name, description = title.split(" - ", 1)
306 # Pygment lexer are sometimes out of date (when parsing LLVM for example) or