Macro Rendering Error¶
File: calypr/projects/workflows/tabular.md
TemplateNotFound: '/note.md' not found in search path: '/opt/build/repo/docs'
Traceback (most recent call last):
File "/opt/buildhome/.local/share/mise/installs/python/3.14.2/lib/python3.14/site-packages/mkdocs_macros/plugin.py", line 703, in render
return md_template.render(**page_variables)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/opt/buildhome/.local/share/mise/installs/python/3.14.2/lib/python3.14/site-packages/jinja2/environment.py", line 1295, in render
self.environment.handle_exception()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/opt/buildhome/.local/share/mise/installs/python/3.14.2/lib/python3.14/site-packages/jinja2/environment.py", line 942, in handle_exception
raise rewrite_traceback_stack(source=source)
File "<template>", line 1, in top-level template code
File "/opt/buildhome/.local/share/mise/installs/python/3.14.2/lib/python3.14/site-packages/jinja2/loaders.py", line 209, in get_source
raise TemplateNotFound(
...<2 lines>...
)
jinja2.exceptions.TemplateNotFound: '/note.md' not found in search path: '/opt/build/repo/docs'