pytti-tools / pytti-book

PyTTI Documentation and Tutorials
https://pytti-tools.github.io/pytti-book/intro.html
36 stars 10 forks source link

widget build process presumes book is being built on my local system #46

Open dmarx opened 2 years ago

dmarx commented 2 years ago

widget uses Path.glob() to find image folders and files. This is fine for prototyping, but now that this set of files is fixed, let's dump the filenames/URLs/whatever we need into a text file or something like that and modify the build sequence to look there instead of globbing for local image files.