Hi Nick, Thanks for your reply - apologies I deleted my original post in the group as I realised the issue wasn't as big a problem as I thought.
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? Regards Chris On Saturday, 18 April 2020 09:43:00 UTC+1, Nicholas Bastin wrote: > > On Sat, Apr 18, 2020 at 3:45 AM Chris Mannix <[email protected] > <javascript:>> wrote: > >> 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. >> > > Have you tried using the sphinx-base instead of sphinx-html? I think this > will give you what you want. > > -- > Nick > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/3580fa4e-da51-4dee-b009-e1158c4f806a%40googlegroups.com.
