tweag / asterius

DEPRECATED in favor of ghc wasm backend, see https://www.tweag.io/blog/2022-11-22-wasm-backend-merged-in-ghc
1.98k stars 55 forks source link

documentation fix #875

Closed ylecornec closed 2 years ago

ylecornec commented 2 years ago

This PR intends to fix this build failure for the doc, which happens because sphinx is not compatible yet with docutils-0.18, so the docutils version is now pinned to >=0.14,<0.18.

One thing I do not understand: In the case of rules_haskell (which builds on readthedocs), pinning sphinx to 4.2.0 prevented docutils-0.18 from being installed, but this did not work here (in fact sphinx-4.2.0 was already the version used).

ylecornec commented 2 years ago

Actually on the failing build, pip is aware of the problem, but it seems it still needs some help :thinking:.