docker compose build
docker compose up
Go to http://locahost:8000
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