haskellfoundation / hs-opt-handbook.github.io

The Haskell Optimization Handbook
https://haskell.foundation/hs-opt-handbook.github.io/
Creative Commons Attribution 4.0 International
169 stars 12 forks source link

Sphinx autobuild no longer auto builds #106

Open doyougnu opened 5 months ago

doyougnu commented 5 months ago

it expects a mutable file system but we've nixified enough that this broke after I bumped the python packages. Will have to use nix to write a script and then set it as a flake target.

doyougnu commented 3 months ago

this works:

I  ~/w/h/hs-opt-handbook.github.io doyougnu/rethinking-tntc• ❱ sphinx-autobuild . _result/html

but you must have the result symlink first from nix, which means you've run nix build.