docs: Add the `configuration` keyword argument to `configure_File`
We were missing the most important keyword argument of them all!
This commit is contained in:
parent
1e5d7f2122
commit
8b5c6ab8f1
|
@ -40,6 +40,13 @@ kwargs:
|
|||
argument, see [[custom_target]] for details about string
|
||||
substitutions.
|
||||
|
||||
configuration:
|
||||
type: "cfg_data | dict[str | int | bool]"
|
||||
description: |
|
||||
As explained above, when passed this will provide the replacement
|
||||
data for the input file (if provided) or key value pairs to be
|
||||
written to the output.
|
||||
|
||||
copy:
|
||||
type: bool
|
||||
default: false
|
||||
|
|
Loading…
Reference in New Issue