Lines Matching +full:- +full:no +full:- +full:sphinx
1 # -*- coding: utf-8 -*-
4 # sphinx-quickstart on Sun Dec 9 20:01:55 2012.
19 building_man_page = tags.has("builder-man")
39 # -- General configuration -----------------------------------------------------
41 # If your documentation needs a minimal Sphinx version, state it here.
44 # Add any Sphinx extension module names here, as strings. They can be extensions
45 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
46 extensions = ["sphinx.ext.todo", "sphinx.ext.mathjax", "sphinx.ext.intersphinx"]
56 if not tags.has("builder-man"):
63 autodoc_default_options = {"special-members": True}
77 f"install sphinx_automodapi with {sys.executable} -m pip install sphinx_automodapi"
84 print(f"install sphinx furo theme with {sys.executable} -m pip install furo")
97 # source_encoding = 'utf-8-sig'
104 copyright = "2007-%d, The LLDB Team" % date.today().year
117 # The language for content autogenerated by Sphinx. Refer to documentation
122 # non-false value, then it is used:
140 # If true, '()' will be appended to :func: etc. cross-reference text.
158 # -- Options for HTML output ---------------------------------------------------
164 # Theme options are theme-specific and customize the look and feel of a theme
168 "source_repository": "https://github.com/llvm/llvm-project",
176 # The name for this set of Sphinx documents. If None, it defaults to
214 # If false, no module index is generated.
217 # If false, no index is generated.
226 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
247 # -- Options for LaTeX output --------------------------------------------------
281 # If false, no module index is generated.
285 # -- Options for manual page output --------------------------------------------
291 ("man/lldb-server", "lldb-server", "LLDB Documentation", ["LLVM project"], 1),
297 # -- Options for Texinfo output ------------------------------------------------
317 # If false, no module index is generated.
320 # How to display URL addresses: 'footnote', 'no', or 'inline'.
333 # Don't cleanup anything beside automodapi-generated sources.
338 # Don't show the list of inheritance info as there is no inheritance in the
342 processed = processed.replace(":show-inheritance:", "")
345 processed = re.sub(r"~SB[a-zA-Z]+\.thisown", "", processed)
367 app.connect("source-read", preprocess_source)
368 app.connect("build-finished", cleanup_source)