From patchwork Mon Oct 21 10:24:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 2203 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 88B826138F for ; Mon, 21 Oct 2019 12:25:07 +0200 (CEST) Received: from pendragon.ideasonboard.com (143.121.2.93.rev.sfr.net [93.2.121.143]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id B8FB44F7 for ; Mon, 21 Oct 2019 12:25:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1571653507; bh=6afvO9MvAYVxZOI8fQGRqm1NNky24RFCf6UatWlRYLw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m4Irnzrc+jcf6+rkIpuUIKokhBw1L/3l+K+tf/vqa7t+GOr/PnXS3jhowqJCN2jxb VhhBhaZZwzggfam/2pDdTlm2wrqFx414LKBS68jXMjB1MIeswRStYdI1+3aL2JFgb6 F7UJqe+tIWcQH6EJnOLJ2GRH+jGfHmatzelE8lBg= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Mon, 21 Oct 2019 13:24:50 +0300 Message-Id: <20191021102453.26471-5-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191021102453.26471-1-laurent.pinchart@ideasonboard.com> References: <20191021102453.26471-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 5/8] Documentation: Set the index TOC max depth to 1 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2019 10:25:08 -0000 We don't need more than one level in the main TOC tree, set the max depth to 1. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- Documentation/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/index.rst b/Documentation/index.rst index bbce717edd0e..28267cec36b7 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -2,7 +2,7 @@ .. include:: ../README.rst .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :caption: Contents: Home