Lines Matching +full:docs +full:- +full:llvm +full:- +full:man

1 # -*- coding: utf-8 -*-
4 # sphinx-quickstart on Sun Dec 9 20:01:55 2012.
17 sys.path.insert(0, os.path.abspath(os.path.join("..", "..", "llvm", "docs")))
19 building_man_page = tags.has("builder-man")
39 # -- General configuration -----------------------------------------------------
48 # When building man pages, we do not use the markdown pages,
50 # Doing so reduces dependencies of some packaged llvm distributions.
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")
89 # Since man pages do not use markdown, we do not need to register a markdown
97 # source_encoding = 'utf-8-sig'
104 copyright = "2007-%d, The LLDB Team" % date.today().year
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",
170 "source_directory": "lldb/docs/",
188 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
247 # -- Options for LaTeX output --------------------------------------------------
285 # -- Options for manual page output --------------------------------------------
290 ("man/lldb", "lldb", "LLDB Documentation", ["LLVM project"], 1),
291 ("man/lldb-server", "lldb-server", "LLDB Documentation", ["LLVM project"], 1),
297 # -- Options for Texinfo output ------------------------------------------------
333 # Don't cleanup anything beside automodapi-generated sources.
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)