Lines Matching +full:build +full:- +full:deprecated
1 # -*- coding: utf-8 -*-
3 # QEMU documentation build configuration file, created by
4 # sphinx-quickstart on Thu Jan 31 16:40:14 2019.
8 # for each of QEMU's manuals: in this case sphinx-build is run multiple
11 # the manuals into a single document: in this case sphinx-build is
12 # run once, on the top-level docs directory.
16 # to ship the 'devel' manual to end-users).
17 # Third-party sites such as readthedocs.org will take option (2).
34 # The per-manual conf.py will set qemu_docdir for a single-manual build;
35 # otherwise set it here if this is an entire-manual-set build.
52 # -- General configuration ------------------------------------------------
57 # pledge build support for.
90 # Interpret `single-backticks` to be a cross-reference to any kind of
92 # warning at build time.
106 # the Makefile will pass version and release on the sphinx-build
142 # docs/about/deprecated.rst
143 ver_machine_deprecation_version = "%d.%d.0" % (major - 3, minor)
144 ver_machine_deletion_version = "%d.%d.0" % (major - 6, minor)
169 # We use it to define substitutions based on build config that
189 # documents and for both via-make and direct sphinx-build invocation.
209 # -- Options for HTML output ----------------------------------------------
223 # Theme options are theme-specific and customize the look and feel of a theme
238 html_static_path = [os.path.join(qemu_docdir, "sphinx-static")]
249 "source_url_prefix": "https://gitlab.com/qemu-project/qemu/-/blob/master/docs/",
250 "gitlab_user": "qemu-project",
264 # -- Options for HTMLHelp output ------------------------------------------
270 # -- Options for LaTeX output ---------------------------------------------
299 # -- Options for manual page output ---------------------------------------
302 ('interop/qemu-ga', 'qemu-ga',
305 ('interop/qemu-ga-ref', 'qemu-ga-ref',
308 ('interop/qemu-qmp-ref', 'qemu-qmp-ref',
311 ('interop/qemu-storage-daemon-qmp-ref', 'qemu-storage-daemon-qmp-ref',
314 ('system/qemu-manpage', 'qemu',
317 ('system/qemu-block-drivers', 'qemu-block-drivers',
320 ('system/qemu-cpu-models', 'qemu-cpu-models',
323 ('tools/qemu-img', 'qemu-img',
326 ('tools/qemu-nbd', 'qemu-nbd',
329 ('tools/qemu-pr-helper', 'qemu-pr-helper',
332 ('tools/qemu-storage-daemon', 'qemu-storage-daemon',
335 ('tools/qemu-trace-stap', 'qemu-trace-stap',
342 # sphinx-build from anywhere and the kerneldoc extension can still
344 kerneldoc_bin = ['perl', os.path.join(qemu_docdir, '../scripts/kernel-doc')]