Sign inSign up

flatlining/sphinx

By flatlining

•Updated about 8 years ago

Build sphinx documents

Image
0

192

flatlining/sphinx repository overview

⁠sphinx-docker

⁠How to Use It

⁠Quickstart

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

⁠Build Document

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

⁠References

Tag summary

Content type

Image

Digest

Size

1.5 GB

Last updated

about 8 years ago

docker pull flatlining/sphinx