We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761ad42 commit 6b74133Copy full SHA for 6b74133
Makefile
@@ -42,6 +42,10 @@ check-json:
42
container-pull:
43
for container in $$(git grep dockerPull $$(git ls-files *.cwl) | awk '-F: ' '{print $$3}'); do docker pull $${container}; done
44
45
+update_translations: gettext
46
+ sphinx-intl update -p _build/gettext
47
+
48
49
.PHONY: help clean watch unittest-examples check-json Makefile
50
51
# Catch-all target : route all unknown targets to Sphinx using the new
0 commit comments