RunestoneComponents
RunestoneComponents copied to clipboard
build does not pick up some updated static resource
My textbook uses sqlite databases. I put these in _static; however, when I update the database (add a table, add data, etc.), the change is not being propagated to the build directory after doing a runestone build
. The file in the build directory has an older timestamp than the resource in my _sources/_static, so it should be picked up. Right now the only fix is to delete the entire build directory before a new build, or copy the resource manually.
Sphinx does not seem to see changes to static resources when you do a build. I just do runestone build --all deploy
to ensure I have everything built and copied.