From ec49fa99f53c8b04af5d30663943a5e6739cad81 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Fri, 12 Oct 2018 07:17:52 -0400 Subject: [PATCH] Use globs vs explicit include in docs index Just include all RST vs having to list files manually. Change-Id: I75547ef1365997b1abd69189193e88897df81f40 Signed-off-by: Daniel Farrell --- docs/index.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 3610326..770c96f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,13 +12,10 @@ Puppet) and pre-built images (containers, Vagrant base boxes). Contents: -.. noqa .. toctree:: + :glob: :maxdepth: 5 + :caption: Table of Contents + :name: mastertoc - packages - autorelease-builds - distribution-job-builds - versioning - configuration-management - packaging-releases + ** -- 2.36.6