Skip to content

roadiz/docs

Repository files navigation

Roadiz documentation

Install and run locally

docker compose build
docker compose up

Go to http://locahost:8000

Prepare translations

docker compose run --rm sphinx make gettext
docker compose run --rm sphinx /home/sphinx/.local/bin/sphinx-intl update -p _build/locale -l fr

Then translate each .po file with PoEdit. And build your documentation with:

docker compose run --rm sphinx make -e SPHINXOPTS="-D language='fr'" html