Sign inSign up

tlwt/sphinx-docker

By tlwt

Updated almost 9 years ago

sphinx-doc.org docker environment

Image
0

755

tlwt/sphinx-docker repository overview

SPHINX Quickstart

container to generate SPHINX documentation. Will output HTML and PDF

Build the container with:


    docker build -t sphinx_image .

the input folder should contain the project documentation.

The output folder should be empty. Existing content may be overwritten!

Run the container with


    docker run --name sphinx --rm \
    -e "Project=Sphinx in a docker" \
    -e "Author=Till Witt" \
    -e "Version=v1.0" \
    -v "$(pwd)/input:/project/input" \
    -v "$(pwd)/output:/project/output" \
        -i -t sphinx_image

Tag summary

Content type

Image

Digest

Size

1.2 GB

Last updated

almost 9 years ago

docker pull tlwt/sphinx-docker