pythonarcade / arcade

Easy to use Python library for creating 2D arcade games.
http://arcade.academy
Other
1.71k stars 324 forks source link

Autobuild does not copy some static file changes #2266

Open pushfoo opened 3 months ago

pushfoo commented 3 months ago

Bug Report

System Info

Tip of development

Actual behavior:

Sphinx autobuild:

  1. detects the change in the CSS file and triggers rebuild
  2. does not seem to copy the CSS file

Expected behavior:

Sphinx autobuild:

  1. detects the change in the CSS file and triggers rebuild
  2. copies the CSS file
pushfoo commented 3 months ago

It looks like thumbnail generation also doesn't fire when those files are updated.