From e42de316317d100d87c720e5f7c6df3373ee46dc Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 7 May 2026 09:48:08 +0300 Subject: docs(conf.py): fix stale .html reference in fail-fast comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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( -- cgit v1.2.3