doc: fix yaml indentation typo that broke building the website
This commit is contained in:
parent
108bd996ee
commit
9b2bc0be6d
|
@ -19,9 +19,9 @@ kwargs:
|
||||||
group/gid for the created directory.
|
group/gid for the created directory.
|
||||||
|
|
||||||
See the `install_mode` kwarg of [[install_data]] for more information.
|
See the `install_mode` kwarg of [[install_data]] for more information.
|
||||||
install_tag:
|
install_tag:
|
||||||
type: str
|
type: str
|
||||||
description: |
|
description: |
|
||||||
A string used by the `meson install --tags` command to install only a
|
A string used by the `meson install --tags` command to install only a
|
||||||
subset of the files. By default this directory has no install tag which
|
subset of the files. By default this directory has no install tag which
|
||||||
means it is not installed when the `--tags` argument is specified.
|
means it is not installed when the `--tags` argument is specified.
|
||||||
|
|
Loading…
Reference in New Issue