To use the sphinx-quickstart to create a new document run the image with the following command:
docker run --rm -it --name sphinx -v "$(CURDIR)"/doc:/doc --entrypoint "sphinx-quickstart" sphinx:latest
To list the available build formats run the image with the following command:
docker run --rm -it --name sphinx -v "$(CURDIR)"/doc:/doc sphinx:latest help
To build the document run the image with the following command, where the last parameter is one of the formats listed by the command above:
docker run --rm -it --name sphinx -v "$(CURDIR)"/doc:/doc sphinx:latest html
Content type
Image
Digest
Size
1.5 GB
Last updated
about 8 years ago
docker pull flatlining/sphinx