summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-07 09:48:06 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-07 09:48:06 +0300
commit04541bda8a3d04ecb9824f92d344ec8bd7aa2523 (patch)
tree66f069575bdaf0ad02b3dfaed5a53965e09021aa
parentef515553402b9ad86399e0a845f2fccb51aa9b55 (diff)
downloadvyos-documentation-04541bda8a3d04ecb9824f92d344ec8bd7aa2523.tar.gz
vyos-documentation-04541bda8a3d04ecb9824f92d344ec8bd7aa2523.zip
docs(conf.py): fix stale .html reference in fail-fast comment
Last residual `.html` reference in the `_write_llms_txt` hook comments — the html_baseurl-empty failure-path comment said "rendering /quick-start.html etc." but the template now emits `.md` URLs. Update the example to `/quick-start.md` to match the actual output. Comment-only change. Same fix applied symmetrically across [#1874](https://github.com/vyos/vyos-documentation/pull/1874), [#1876](https://github.com/vyos/vyos-documentation/pull/1876), and [#1903](https://github.com/vyos/vyos-documentation/pull/1903). Addresses Copilot review feedback on PR #1903. \xf0\x9f\xa4\x96 Generated by [robots](https://vyos.io)
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 07ffe722..da462b0e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -264,7 +264,7 @@ def _write_llms_txt(app, exception):
'html', 'readthedocs'):
return
if not app.config.html_baseurl:
- # Fail loudly rather than rendering /quick-start.html etc. as a
+ # Fail loudly rather than rendering /quick-start.md etc. as a
# silently-broken root-relative URL — every supported branch
# sets html_baseurl, so a missing value is a regression.
raise RuntimeError(