|
From: andypugh <no...@gi...> - 2026-06-07 09:06:05
|
Branch: refs/heads/master Home: https://github.com/LinuxCNC/linuxcnc Commit: 48bbfa03288ef79f214b23a3eb5c3566e92482a8 https://github.com/LinuxCNC/linuxcnc/commit/48bbfa03288ef79f214b23a3eb5c3566e92482a8 Author: Luca Toniolo <107...@us...> Date: 2026-06-03 (Wed, 03 Jun 2026) Changed paths: M docs/src/Submakefile Log Message: ----------- docs(build): copy click-to-enlarge images, not just displayed ones The HTML image-copy step scanned only src="..." attributes, so images referenced solely as a link target (image:thumb[link="images/full.png"], rendered as <a href="...full.png">) were never copied and 404'd when the reader clicked to enlarge. gui/gmoccapy and gui/gstat had nine such images. Also scan href="...", filtered to image extensions so page and anchor links are left out. Commit: ca6607489152e7ed0fc10bfd7e97c7642ab284a1 https://github.com/LinuxCNC/linuxcnc/commit/ca6607489152e7ed0fc10bfd7e97c7642ab284a1 Author: andypugh <an...@bo...> Date: 2026-06-07 (Sun, 07 Jun 2026) Changed paths: M docs/src/Submakefile Log Message: ----------- Merge pull request #4106 from grandixximo/docs/copy-linked-images docs: copy click-to-enlarge images, not just displayed ones Compare: https://github.com/LinuxCNC/linuxcnc/compare/d9d6c52c5c97...ca6607489152 To unsubscribe from these emails, change your notification settings at https://github.com/LinuxCNC/linuxcnc/settings/notifications |