mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
Limit sphinx version on python 2.6. (#24678)
* Limit sphinx version on python 2.6. * Fix issues identified by rstcheck.
This commit is contained in:
parent
bfc551b3f8
commit
9178e176b5
6 changed files with 13 additions and 10 deletions
|
@ -219,7 +219,7 @@ RETURN Block
|
|||
The RETURN section documents what the module returns, and is required for all new modules.
|
||||
|
||||
For each value returned, provide a ``description``, in what circumstances the value is ``returned``,
|
||||
the ``type`` of the value and a ``sample``. For example, from the ``copy`` module::
|
||||
the ``type`` of the value and a ``sample``. For example, from the ``copy`` module:
|
||||
|
||||
|
||||
The following fields can be used and are all required unless specified otherwise.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue