File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 163
163
164
164
# Due to a limitation in Sphinx, we need to know which indices to
165
165
# generate in advance. Adding a namespace here allows that generation.
166
- qapi_namespaces = set ()
166
+ qapi_namespaces = {
167
+ "QMP" ,
168
+ }
167
169
168
170
# -- Options for HTML output ----------------------------------------------
169
171
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ QEMU QMP Reference Manual
8
8
9
9
.. qapi-doc :: qapi/qapi-schema.json
10
10
:transmogrify:
11
+ :namespace: QMP
Original file line number Diff line number Diff line change 5
5
#
6
6
# This document describes all commands currently supported by QMP.
7
7
#
8
- # For locating a particular item, please see the `qapi-index`.
8
+ # For locating a particular item, please see the `qapi-qmp- index`.
9
9
#
10
10
# Most of the time their usage is exactly the same as in the user
11
11
# Monitor, this means that any other document which also describe
You can’t perform that action at this time.
0 commit comments