From 8cce36d61fd80cba696bfa40b43d962c79dde797 Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Thu, 12 Jul 2018 10:41:51 -0700 Subject: [PATCH] Fixes format for contents: directive Signed-off-by: Michael Vincerra --- .../reference/collaboration/documentation/contents.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/clear-linux/reference/collaboration/documentation/contents.rst b/source/clear-linux/reference/collaboration/documentation/contents.rst index 554fe4b2..9de87d64 100644 --- a/source/clear-linux/reference/collaboration/documentation/contents.rst +++ b/source/clear-linux/reference/collaboration/documentation/contents.rst @@ -9,8 +9,8 @@ directive as shown in the example below. This directive automatically captures t subheadings if used) as specified in the value given after `:depth:`. Adding this directive to longer documents allows users to quickly navigate to the desired section. - .. contents: :local: - :depth: 2 +.. contents: :local: + :depth: 2 .. code-block:: bash