You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, etl/leie/leie/serve.py runs pandoc to convert api.mdwn to api.html at application launch time. This means server launch has a dependency on pandoc, and it means that the usual make-type check to see whether api.html is younger than api.mdwn doesn't happen, because we haven't bothered to rewrite make in python.
Should we build docs in a static build step instead?
The text was updated successfully, but these errors were encountered:
Right now,
etl/leie/leie/serve.py
runspandoc
to convertapi.mdwn
toapi.html
at application launch time. This means server launch has a dependency on pandoc, and it means that the usualmake
-type check to see whether api.html is younger than api.mdwn doesn't happen, because we haven't bothered to rewritemake
in python.Should we build docs in a static build step instead?
The text was updated successfully, but these errors were encountered: