Closed as not planned
Description
PR #103745 changed a spelling in Doc/using/windows.rst. Upon encountering texts of the form ":envvar:`XYZ`", GitHub Actions / Docs emitted several checkwarnings of the form 'envvar' reference target not found: XYZ
where XYZ is PATH
(multiple times), PATHEXT
, TEMP
, or %APPDATA%
. I suspect other docs might have the same issues.