Skip to content

Commit

Permalink
DOC: Fix RST syntax
Browse files Browse the repository at this point in the history
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
  • Loading branch information
carterbox and jaimergp committed Apr 10, 2024
1 parent e42b6f0 commit a62e4b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/resources/define-metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1327,12 +1327,12 @@ contents.
- somefolder/*.some-extension
Greater control over file matching may be
achieved by defining `files` as a dictionary separating files to
`include` from those to `exclude`.
achieved by defining ``files`` as a dictionary separating files to
``include`` from those to ``exclude``.
When using include/exclude, only files installed by
the current recipe are considered. i.e. files in the prefix installed
by host dependencies are excluded. include/exclude may not be used
simultaneously with glob expressions listed directly in `outputs/files`.
simultaneously with glob expressions listed directly in ``outputs/files``.
Files matching both include and exclude expressions will be excluded.

.. code-block:: yaml
Expand Down

0 comments on commit a62e4b9

Please sign in to comment.