Home
last modified time | relevance | path

Searched refs:qemu_docdir (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/docs/
H A Dconf.py38 qemu_docdir
40 qemu_docdir = os.path.abspath(".") variable
48 sys.path.insert(0, os.path.join(qemu_docdir, "sphinx"))
49 sys.path.insert(0, os.path.join(qemu_docdir, "../scripts"))
72 templates_path = [os.path.join(qemu_docdir, '_templates')]
103 with open(os.path.join(qemu_docdir, '../VERSION')) as f:
146 with open(os.path.join(qemu_docdir, 'defs.rst.inc')) as f:
171 html_logo = os.path.join(qemu_docdir, "../ui/icons/qemu_128x128.png")
173 html_favicon = os.path.join(qemu_docdir, "../ui/icons/qemu_32x32.png")
178 html_static_path = [os.path.join(qemu_docdir, "sphinx-static")]
[all …]
H A Dmeson.build79 install_subdir(output_dir, install_dir: qemu_docdir, strip_directory: true)
/openbmc/qemu/
H A Dmeson.build38 qemu_docdir = get_option('docdir') / get_option('qemu_suffix') variable