Q1. Is it useful for your project?
Q2. Is there any idea for the image? I'm not good at Docker. So any idea are welcome.
Q3. Would you like to add some tooling or package for this image?
--
You received this message because you are subscribed to the Google Groups "sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sphinx-users...@googlegroups.com.
To post to this group, send email to sphinx...@googlegroups.com.
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.
Would you be open to removing the CMD directive from the end of each of the files? I'm trying to use the base images to run custom commands (context: Using in a GitHub Action for linting - https://github.com/cmannix/sphinx-action-example/pull/2/checks?check_run_id=597450414, https://github.com/ammaraskar/sphinx-action). The problem I have is that as a consumer of the image I don't necessarily want to run `make html` - I might have my own custom build command/options to run, and so this would be wasted effort.
Do you mean https://github.com/sphinx-doc/docker/blob/master/base/Dockerfile ? That's the image I'm using, and it has the `CMD ["make", "html"] in it. Is there another source for these images?