diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2022-04-19 10:09:58 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2022-04-20 16:04:20 +0100 |
commit | ab20edf59d1bb6fe3a2c780067dad5c1cce73334 (patch) | |
tree | aba8d85ad935257603d260240e1800c2326ad1f8 /docs/devel/index.rst | |
parent | 396408ee922eeb409f08fdab6f3df7400279e634 (diff) |
docs/devel: drop :hidden: and :includehidden: tags
This was confusing and in the case of qtest was hiding the details of
the qgraph sub-document in the qtest pages.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220419091020.3008144-4-alex.bennee@linaro.org>
Diffstat (limited to 'docs/devel/index.rst')
-rw-r--r-- | docs/devel/index.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/devel/index.rst b/docs/devel/index.rst index a68207052d..09cfb322be 100644 --- a/docs/devel/index.rst +++ b/docs/devel/index.rst @@ -8,8 +8,6 @@ modifying QEMU's source code. .. toctree:: :maxdepth: 1 - :includehidden: - index-process index-build |