This repository contains the documentation of the web gallery HomeGallery. The documentation is generated through sphinx.
Run ./build.sh
to create the documentation via docker. It will automatically
create the docker image if it does not exist.
docker build -t home-gallery-doc .
docker run -ti --rm -u $(id -u):$(id -g) -v $(pwd):/docs home-gallery-doc make html