diff --git a/conf.py b/conf.py index f3d28ae..7a52398 100644 --- a/conf.py +++ b/conf.py @@ -65,6 +65,7 @@ linkcheck_ignore = [ "https://help.github.com/en/pull-requests", # 403 Forbidden + r"https://blog\.twitter\.com/.*", # 403 Forbidden ] diff --git a/spec_14.rst b/spec_14.rst index e1932c5..4e58b46 100644 --- a/spec_14.rst +++ b/spec_14.rst @@ -334,6 +334,18 @@ Some common system attributes are: The value of the ``queue`` attribute is a string containing the name of the job queue this job should be submitted to. +**bank** + The value of the ``bank`` attribute is a string containing the name of + an accounting bank requested for this job. Support for the ``bank`` + attribute MAY depend on installation and configuration of optional + framework components, such as an accounting or other plugin. + +**project** + The value of the ``project`` attribute is a string containing the + name of an accounting project requested for this job. Support for the + ``project`` attribute MAY depend on installation and configuration of + optional framework components, such as an accounting or other plugin. + **dependencies** The value of the ``dependencies`` attribute SHALL be a list of dictionaries following the format specified in RFC 26.