Skip to content

Commit 5e25e70

Browse files
authored
[DOCS] Fix docs update instruction (#273)
1 parent 3cd63c6 commit 5e25e70

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ help:
1616

1717
.PHONY: help update Makefile
1818

19+
gettext:
20+
@$(SPHINXBUILD) -b gettext "$(SOURCEDIR)" _build/gettext $(SPHINXOPTS)
21+
1922
update:
2023
@$(SPHINXINTL) update -p _build/gettext -l en -l ru
2124

docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ pip install -r requirements.txt
2222
make html
2323
```
2424

25-
5. Update the locale files:
25+
5. Update the documentation:
2626
```bash
27+
make gettext
28+
# update documentation
2729
make update
2830
```
2931

0 commit comments

Comments
 (0)