You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pushfoo
changed the title
Resource listing page embeds will break when resources are moved or deleted
Resource listing page embeds broken by moved or deleted resources in development branch
Oct 4, 2024
pushfoo
changed the title
Resource listing page embeds broken by moved or deleted resources in development branch
Changing development branch breaks resource embeds in prior doc versions
Oct 4, 2024
pushfoo
changed the title
Changing development branch breaks resource embeds in prior doc versions
Changing development branch breaks resource embeds in doc
Oct 4, 2024
Bug Report
Actual behavior:
Audio and music resource embeds for the doc are broken for
arcade <= 2.6.17
because resource listing embeds always reference the development branch.Expected behavior:
Resource embeds point to an appropriate release tag URL.
Why this matters
TL;DR: Long-term reliability for Arcade release doc.
This affects:
arcade <= 2.6.17
doc (we moved resources for 3.0)Steps to reproduce/example code:
Root cause
See the following line:
arcade/util/create_resources_listing.py
Line 21 in 9a993dd
Proposed Fix
Update our doc build to use the following logic:
https://github.com/pythonarcade/arcade/blob/2.6.17/arcade/resources/music/funkyrobot.mp3
)create_resources_listing.py
to use the selected base URL for embedsThe text was updated successfully, but these errors were encountered: