Skip to content

Commit

Permalink
add doc_translations command
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Mar 15, 2024
1 parent f526852 commit 2992e96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ serve:
deps:
$(docker_compose) run --rm web bash -c "pip-compile -q && pip-compile -q dev-requirements.in && pip-compile -q docs/requirements.in"

doc_translations:
$(docker_compose) run --rm sphinx bash -c "make gettext && rm ./_build/locale/changelog.pot && sphinx-intl update -l fr"

flake8:
$(docker_compose) run --rm web flake8 geotrek

Expand Down

0 comments on commit 2992e96

Please sign in to comment.