summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-07 09:48:08 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-07 09:48:08 +0300
commite42de316317d100d87c720e5f7c6df3373ee46dc (patch)
tree802ec9695a76953e46386e5b102cffe5e14122d9 /docs
parentd0d7980ad2301ad98ed05bd3cbbc13109a989f83 (diff)
downloadvyos-documentation-e42de316317d100d87c720e5f7c6df3373ee46dc.tar.gz
vyos-documentation-e42de316317d100d87c720e5f7c6df3373ee46dc.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)
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a534b47a..4a31d081 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -262,7 +262,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(