|
@@ -85,6 +85,11 @@
|
|
# The master toctree document.
|
|
# The master toctree document.
|
|
master_doc = 'index'
|
|
master_doc = 'index'
|
|
|
|
|
|
|
|
+# Interpret `single-backticks` to be a cross-reference to any kind of
|
|
|
|
+# referenceable object. Unresolvable or ambiguous references will emit a
|
|
|
|
+# warning at build time.
|
|
|
|
+default_role = 'any'
|
|
|
|
+
|
|
# General information about the project.
|
|
# General information about the project.
|
|
project = u'QEMU'
|
|
project = u'QEMU'
|
|
copyright = u'2021, The QEMU Project Developers'
|
|
copyright = u'2021, The QEMU Project Developers'
|