From 04541bda8a3d04ecb9824f92d344ec8bd7aa2523 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 7 May 2026 09:48:06 +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(-) 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( -- cgit v1.2.3