diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-07 09:16:23 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-07 09:16:23 +0300 |
| commit | 28ed24cc1b97a8861db6963233f6496134827611 (patch) | |
| tree | 61c8eb7900ffa95701b7cfa113bcd16ae8bfc3c2 /docs/coverage.md | |
| parent | 6b1e39fe02859d03954e8f44e3c1770ed71abe0a (diff) | |
| download | vyos-documentation-28ed24cc1b97a8861db6963233f6496134827611.tar.gz vyos-documentation-28ed24cc1b97a8861db6963233f6496134827611.zip | |
docs(conf.py): use FileSystemLoader/get_template for better tracebacks
Switch from `Environment.from_string(tpl_path.read_text(...))` to
`Environment(loader=FileSystemLoader(...)).get_template('llms.txt.j2')`.
When `StrictUndefined` raises on a typo in `llms.txt.j2` (e.g.
`{{ relase }}`), the traceback now references the real template
filename and line number instead of an anonymous in-memory template.
That makes debugging template typos materially easier without changing
any other behavior — same fail-fast guard, same trailing-newline
handling, same rendered output.
Same change applied symmetrically across [#1874](https://github.com/vyos/vyos-documentation/pull/1874) (current),
[#1876](https://github.com/vyos/vyos-documentation/pull/1876) (sagitta), and [#1903](https://github.com/vyos/vyos-documentation/pull/1903) (circinus) so the hook
stays identical across branches.
Addresses CodeRabbit/Copilot review feedback on PR #1903.
\xf0\x9f\xa4\x96 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs/coverage.md')
0 files changed, 0 insertions, 0 deletions
