Merge "Fix building (make) in 'doc' directory"
This commit is contained in:
commit
c424332b16
@ -309,6 +309,8 @@ def authorization(parser, xml_parent, data):
|
|||||||
"""yaml: authorization
|
"""yaml: authorization
|
||||||
Specifies an authorization matrix
|
Specifies an authorization matrix
|
||||||
|
|
||||||
|
.. _authorization:
|
||||||
|
|
||||||
:arg list <name>: `<name>` is the name of the group or user, containing
|
:arg list <name>: `<name>` is the name of the group or user, containing
|
||||||
the list of rights to grant.
|
the list of rights to grant.
|
||||||
|
|
||||||
@ -333,8 +335,6 @@ def authorization(parser, xml_parent, data):
|
|||||||
* **run-update**
|
* **run-update**
|
||||||
* **scm-tag**
|
* **scm-tag**
|
||||||
|
|
||||||
.. _authorization:
|
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
.. literalinclude:: /../../tests/properties/fixtures/authorization.yaml
|
.. literalinclude:: /../../tests/properties/fixtures/authorization.yaml
|
||||||
|
@ -5678,6 +5678,7 @@ def slack(parser, xml_parent, data):
|
|||||||
(default: '/')
|
(default: '/')
|
||||||
:arg str room: A comma seperated list of rooms / channels to post the
|
:arg str room: A comma seperated list of rooms / channels to post the
|
||||||
notifications to. (default: '')
|
notifications to. (default: '')
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
.. literalinclude::
|
.. literalinclude::
|
||||||
|
Loading…
Reference in New Issue
Block a user