mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 02:28:25 -05:00
[GH-ISSUE #1213] Windows CI: upgrade to Quarto 1.9.27 and re-enable llms-txt when Scoop is available #4353
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @profvjreddi on GitHub (Mar 5, 2026).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/1213
Problem
Windows CI currently fails Quarto project validation when
llms-txtis enabled in website config because the Windows environment is not yet on a Quarto version that supports it.Proposal
1.9.27.website.llms-txt: truein Quarto YAML files once the Windows path confirms compatible Quarto via Scoop.Why
This restores parity across OS builds and prevents Windows-only validation failures while still allowing us to adopt
llms-txtas soon as the Windows install channel supports it.Suggested implementation notes
1.9.27, keepllms-txtdisabled for Windows-gated builds and leave a clear TODO tied to this issue.1.9.27as available, enablellms-txtglobally again.References
@Pratham-ja commented on GitHub (Mar 10, 2026):
Hi @profvjreddi, I would love to work on this issue. I have drafted a PR and am currently testing the changes locally before marking it ready for review. Once I finish completing and testing everything, I will share it for your feedback. Please take a look whenever you have time.
Thanks!