meson.build: drop duplicate 'sparc64' entry
[qemu/ar7.git] / docs / interop / conf.py
blob2634ca3410a59242c134be6c4a14e399e88c9c4c
1 # -*- coding: utf-8 -*-
3 # QEMU documentation build configuration file for the 'interop' manual.
5 # This includes the top level conf file and then makes any necessary tweaks.
6 import sys
7 import os
9 qemu_docdir = os.path.abspath("..")
10 parent_config = os.path.join(qemu_docdir, "conf.py")
11 exec(compile(open(parent_config, "rb").read(), parent_config, 'exec'))
13 # This slightly misuses the 'description', but is the best way to get
14 # the manual title to appear in the sidebar.
15 html_theme_options['description'] = u'System Emulation Management and Interoperability Guide'
17 # One entry per manual page. List of tuples
18 # (source start file, name, description, authors, manual section).
19 man_pages = [
20 ('qemu-ga', 'qemu-ga', u'QEMU Guest Agent',
21 ['Michael Roth <mdroth@linux.vnet.ibm.com>'], 8),
22 ('qemu-ga-ref', 'qemu-ga-ref', 'QEMU Guest Agent Protocol Reference',
23 [], 7),
24 ('qemu-qmp-ref', 'qemu-qmp-ref', 'QEMU QMP Reference Manual',
25 [], 7),