File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 6565
6666linkcheck_ignore = [
6767 "https://help.github.com/en/pull-requests" , # 403 Forbidden
68+ r"https://blog\.twitter\.com/.*" , # 403 Forbidden
6869]
6970
7071
Original file line number Diff line number Diff line change @@ -334,6 +334,18 @@ Some common system attributes are:
334334 The value of the ``queue `` attribute is a string containing the name of
335335 the job queue this job should be submitted to.
336336
337+ **bank **
338+ The value of the ``bank `` attribute is a string containing the name of
339+ an accounting bank requested for this job. Support for the ``bank ``
340+ attribute MAY depend on installation and configuration of optional
341+ framework components, such as an accounting or other plugin.
342+
343+ **project **
344+ The value of the ``project `` attribute is a string containing the
345+ name of an accounting project requested for this job. Support for the
346+ ``project `` attribute MAY depend on installation and configuration of
347+ optional framework components, such as an accounting or other plugin.
348+
337349**dependencies **
338350 The value of the ``dependencies `` attribute SHALL be a
339351 list of dictionaries following the format specified in RFC 26.
You can’t perform that action at this time.
0 commit comments