Lines Matching +full:- +full:no +full:- +full:sphinx
1 # -*- coding: utf-8 -*-
4 # sphinx-quickstart on Sun Dec 9 20:01:55 2012.
23 # -- General configuration -----------------------------------------------------
25 # If your documentation needs a minimal Sphinx version, state it here.
28 # Add any Sphinx extension module names here, as strings. They can be extensions
29 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
30 extensions = ["sphinx.ext.todo", "sphinx.ext.mathjax", "sphinx.ext.graphviz", "ghlinks"]
36 import sphinx
46 if not tags.has("builder-man"):
51 # source_encoding = 'utf-8-sig'
58 copyright = "2007-%d, The Clang Team" % date.today().year
60 # The language for content autogenerated by Sphinx. Refer to documentation
65 # non-false value, then it is used:
77 # If true, '()' will be appended to :func: etc. cross-reference text.
91 in_progress_title = "(In-Progress) " if tags.has("PreRelease") else ""
97 # -- Options for HTML output ---------------------------------------------------
103 # Theme options are theme-specific and customize the look and feel of a theme
111 # The name for this set of Sphinx documents. If None, it defaults to
147 # If false, no module index is generated.
150 # If false, no index is generated.
159 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
177 # -- Options for LaTeX output --------------------------------------------------
211 # If false, no module index is generated.
215 # -- Options for manual page output --------------------------------------------
228 # Ignore non-ReST files and the index page.
246 if " - " not in title:
251 "(expected '<name> - <description>')"
259 name, description = title.split(" - ", 1)
269 # -- Options for Texinfo output ------------------------------------------------
289 # If false, no module index is generated.
292 # How to display URL addresses: 'footnote', 'no', or 'inline'.