Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider building docs with a static step, instead of with every app server launch. #12

Open
kfogel opened this issue Aug 9, 2018 · 0 comments

Comments

@kfogel
Copy link
Member

kfogel commented Aug 9, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant