From 5969c949b4f13a8345abca466734e94a59ecdca8 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 23 Jul 2019 14:43:12 -0700 Subject: [PATCH] Fix sphinx error Newer sphinx is emitting this warning: Field list ends without a blank line; unexpected unindent. This corrects the misunderstanding. Change-Id: Ie3fa5052eeab79c5c10ed250f6f7100822cb39ea --- doc/source/developer/docs.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/developer/docs.rst b/doc/source/developer/docs.rst index 0a8bfe5785..88844c2690 100644 --- a/doc/source/developer/docs.rst +++ b/doc/source/developer/docs.rst @@ -206,20 +206,20 @@ the directives above. Use these roles for the first appearance of an object within a subsection, but use the ````literal```` role in subsequent uses. -:zuul:attr: -~~~~~~~~~~~ +\:zuul:attr: +~~~~~~~~~~~~ This creates a reference to the named attribute. Provide the fully qualified name (e.g., ``:attr:`pipeline.manager```) -:zuul:value: -~~~~~~~~~~~~ +\:zuul:value: +~~~~~~~~~~~~~ This creates a reference to the named value. Provide the fully qualified name (e.g., ``:attr:`pipeline.manager.dependent```) -:zuul:var: -~~~~~~~~~~ +\:zuul:var: +~~~~~~~~~~~ This creates a reference to the named variable. Provide the fully qualified name (e.g., ``:var:`zuul.executor.name```)