Lines Matching +full:set +full:- +full:content
1 # -*- coding: utf-8 -*-
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).
20 # This file is execfile()d with the current directory set to its
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 ------------------------------------------------
90 # Interpret `single-backticks` to be a cross-reference to any kind of
106 # the Makefile will pass version and release on the sphinx-build
143 ver_machine_deprecation_version = "%d.%d.0" % (major - 3, minor)
144 ver_machine_deletion_version = "%d.%d.0" % (major - 6, minor)
146 # The language for content autogenerated by Sphinx. Refer to documentation
149 # This is also used if you do content translation via gettext catalogs.
150 # Usually you set "language" from the command line for these cases.
171 # environment variable is not set is for the benefit of readthedocs
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')]