sorrell opened a new issue, #342: URL: https://github.com/apache/age-website/issues/342
It would be nice to have a Dockerfile for sphinx/docs generation for local development instead of installing all of the libs/dependencies natively on each machine. Ideally, the Dockerfile would document the dependencies and could be built with something like: `docker build -t age-docs .` Once that image is built locally, I could then make changes to the rst/md files, and rebuild the docs by mapping in my local directory into the container, like: `docker run -v $(pwd):/app age-docs` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org