This repository contains the documentation of the web gallery HomeGallery. The documentation is generated through sphinx.
docker build -t sphinx-home-gallery .
docker run -ti --rm -u $(id -u):$(id -g) -v $(pwd):/docs sphinx-home-gallery make html
This repository contains the documentation of the web gallery HomeGallery. The documentation is generated through sphinx.
docker build -t sphinx-home-gallery .
docker run -ti --rm -u $(id -u):$(id -g) -v $(pwd):/docs sphinx-home-gallery make html