Skip to content

tlwt/sphinx-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages