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

Docs: fix build, use mdbook #885

Closed TerrorJack closed 2 years ago

TerrorJack commented 2 years ago

We used to use sphinx+recommonmark for building docs. Problem is, recommonmark is deprecated, and although new solutions for supporting markdown in sphinx exist, markdown has never been a first class citizen in sphinx land anyway.

This PR fixes the docs build:

nrnrnr commented 2 years ago

@TerrorJack This happened a little fast for my taste. Next time you want to pull the rug out from under me, please alert first.

Also, a quick Google search showed at least four static-site generators based on pandoc. Auto-dark mode should be possible to add...