summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-03-27 20:03:41 +0100
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-03-28 11:19:43 +0900
commit500bd0d2433402e0de5a3c294400618c0236a708 (patch)
treede35750221f6f9e1a3b59d1b8dcfa77e2862813d
parent9de1c62679d6e6475d2871b76b0ff6f70d53ee2b (diff)
downloadbuildstream-500bd0d2433402e0de5a3c294400618c0236a708.tar.gz
source/main_using.rst: Use toctree instead normal list
So index appear in left menu This is a part of the fix for #246
-rw-r--r--doc/source/main_using.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/main_using.rst b/doc/source/main_using.rst
index b817e0cda..8af794dba 100644
--- a/doc/source/main_using.rst
+++ b/doc/source/main_using.rst
@@ -11,6 +11,8 @@ and work with existing BuildStream projects.
For details on how to modify an existing BuildStream project or create
a new one, refer to :ref:`main_authoring`.
-
-* :ref:`invoking`
-* :ref:`config`
+.. toctree::
+ :maxdepth: 2
+
+ invoking
+ config