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 3cd63c6 commit 5e25e70Copy full SHA for 5e25e70
docs/Makefile
@@ -16,6 +16,9 @@ help:
16
17
.PHONY: help update Makefile
18
19
+gettext:
20
+ @$(SPHINXBUILD) -b gettext "$(SOURCEDIR)" _build/gettext $(SPHINXOPTS)
21
+
22
update:
23
@$(SPHINXINTL) update -p _build/gettext -l en -l ru
24
docs/README.md
@@ -22,8 +22,10 @@ pip install -r requirements.txt
make html
```
25
-5. Update the locale files:
+5. Update the documentation:
26
```bash
27
+make gettext
28
+# update documentation
29
make update
30
31
0 commit comments