/home-gallery-doc

Documentation for HomeGallery - https://docs.home-gallery.org

Primary LanguagePython

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 sphinx-home-gallery .

Build Documentation

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