Skip to content

Commit

Permalink
docs: allow to use Docker Compose to render the docs locally
Browse files Browse the repository at this point in the history
  $ cd docs/
  $ docker compose up
  • Loading branch information
witsch committed Oct 9, 2024
1 parent 7a65aee commit ca0ce28
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
services:
docs:
image: europe-west3-docker.pkg.dev/zeitonline-engineering/docker-zon/sphinx-zon:latest
command: sphinx-autobuild --host localhost /docs /docs/htdocs
network_mode: host
restart: always
volumes:
- .:/docs
networks:
default: {}

0 comments on commit ca0ce28

Please sign in to comment.