Skip to content

xemle/home-gallery-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation of HomeGallery

This repository contains the documentation of the web gallery HomeGallery. The documentation is generated through sphinx.

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