Macro Rendering Error¶
File: project/changelog.md
TemplateNotFound: ../CHANGELOG.md
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/site-packages/mkdocs_macros/plugin.py", line 703, in render
return md_template.render(**page_variables)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/site-packages/jinja2/environment.py", line 1295, in render
self.environment.handle_exception()
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/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/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/site-packages/jinja2/loaders.py", line 197, in get_source
pieces = split_template_path(template)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/site-packages/jinja2/loaders.py", line 36, in split_template_path
raise TemplateNotFound(template)
jinja2.exceptions.TemplateNotFound: ../CHANGELOG.md