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
This commit is contained in:
James E. Blair 2019-07-23 14:43:12 -07:00
parent 3d9498f78d
commit 5969c949b4
1 changed files with 6 additions and 6 deletions

View File

@ -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```)