Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 585 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 585 Bytes

Documentation of HomeGallery

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.

Generate through docker

Build docker image

docker build -t home-gallery-doc .

Build Documentation

docker run -ti --rm -u $(id -u):$(id -g) -v $(pwd):/docs home-gallery-doc make html