mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 18:53:12 +00:00
make: add empty return docs
This commit is contained in:
committed by
Matt Clay
parent
d605860b39
commit
e79e024016
@@ -58,6 +58,10 @@ EXAMPLES = '''
|
||||
BACKEND: lapack
|
||||
'''
|
||||
|
||||
# TODO: Disabled the RETURN as it was breaking docs building. Someone needs to
|
||||
# fix this
|
||||
RETURN = '''# '''
|
||||
|
||||
|
||||
def format_params(params):
|
||||
return [k + '=' + str(v) for k, v in params.iteritems()]
|
||||
|
||||
Reference in New Issue
Block a user