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-build.rst | |
| parent | 396408ee922eeb409f08fdab6f3df7400279e634 (diff) | |
| download | focaccia-qemu-ab20edf59d1bb6fe3a2c780067dad5c1cce73334.tar.gz focaccia-qemu-ab20edf59d1bb6fe3a2c780067dad5c1cce73334.zip | |
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-build.rst')
| -rw-r--r-- | docs/devel/index-build.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/devel/index-build.rst b/docs/devel/index-build.rst index d96894f07c..1002a533a6 100644 --- a/docs/devel/index-build.rst +++ b/docs/devel/index-build.rst @@ -6,8 +6,7 @@ into our testing infrastructure. You will need to understand some of the basics if you are adding new files and targets to the build. .. toctree:: - :maxdepth: 2 - :includehidden: + :maxdepth: 3 build-system kconfig |