Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/setup/extensions/macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ The Macros extension, included with Zensical, enables [Jinja2] templating in Mar

[mkdocstrings]: https://mkdocstrings.github.io

!!! warning "Keep files in project folder"

Zensical watches files to able to re-build the project when they change.
This includes Python files containing macros and YAML files included
with `include_yml`. Since Zensical's security policy does not allow paths
outside the project folder, make sure that any files used are located
inside it. This includes modules installed in virtual environments,
which must also be created within the project folder.

The following additional configuration options are supported:

#### `module_name`
Expand Down