Lines Matching +full:- +full:no +full:- +full:sphinx
1 # -*- coding: utf-8 -*-
22 # -- General configuration -----------------------------------------------------
24 # If your documentation needs a minimal Sphinx version, state it here.
27 # Add any Sphinx extension module names here, as strings. They can be extensions
28 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
29 extensions = ["sphinx.ext.intersphinx", "sphinx.ext.todo"]
39 if not tags.has("builder-man"):
54 import sphinx
57 # source_encoding = 'utf-8-sig'
64 copyright = "2003-%d, LLVM Project" % date.today().year
66 # The language for content autogenerated by Sphinx. Refer to documentation
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
115 # The name for this set of Sphinx documents. If None, it defaults to
138 html_last_updated_fmt = "%Y-%m-%d"
158 # If false, no module index is generated.
161 # If false, no index is generated.
170 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
188 # -- Options for LaTeX output --------------------------------------------------
222 # If false, no module index is generated.
225 # If true, figures, tables and code-blocks are automatically numbered if they
229 # -- Options for manual page output --------------------------------------------
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)