This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tiagogomes/docs-improvements in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 3247d22bcf8f6c90bc9fa131912408b8bd2141fc Author: Tiago Gomes <[email protected]> AuthorDate: Fri Sep 28 10:46:59 2018 +0100 doc: show an additional level on ToC --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index bc6ecbe..c72489b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,7 +15,7 @@ Later sections provide detailed information on BuildStream internals. .. toctree:: - :maxdepth: 1 + :maxdepth: 2 main_about main_install
