From 5f8fe10c889160bc2e304a622d125bf0c536336c Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Fri, 17 Aug 2018 14:32:49 -0700 Subject: [PATCH] Fixed TOC tree syntax error Depth option was missing ':' and ':local:' was on the same line as the contents directive. --- source/clear-linux/guides/maintenance/swupd-search.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/clear-linux/guides/maintenance/swupd-search.rst b/source/clear-linux/guides/maintenance/swupd-search.rst index 42bd0cd6..2a066451 100644 --- a/source/clear-linux/guides/maintenance/swupd-search.rst +++ b/source/clear-linux/guides/maintenance/swupd-search.rst @@ -3,8 +3,9 @@ Use swupd search to find bundles ################################ -.. contents:: :local: - depth: 2 +.. contents:: + :local: + :depth: 2 This document shows you how to use `swupd search` to find and add bundles. @@ -140,4 +141,4 @@ Find answers to these common questions: .. _bundles: https://github.com/clearlinux/clr-bundles/tree/master/bundles - .. _packages: https://github.com/clearlinux/clr-bundles/blob/master/packages \ No newline at end of file + .. _packages: https://github.com/clearlinux/clr-bundles/blob/master/packages