Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 746 Bytes

documentation.rst

File metadata and controls

35 lines (20 loc) · 746 Bytes

Documentation

We use sphinx doc and sphinx-rtd-theme. Requirements are included.

A container based on sphinx image is created using docker-compose-dev.yml, documentation is built in watch mode thanks to sphinx-autobuild.

To compile and test documentation on local environment, run:

docker compose up -d sphinx

Access to documentation built in html : http://0.0.0.0:8800

Translate documentation

  • Generate .pot files if needed
docker compose run --rm sphinx make gettext
  • Generate .po files
docker compose run --rm sphinx sphinx-intl update -p _build/locale -l fr