mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Change changelog categories, update dependencies
This commit is contained in:
parent
d824155a66
commit
44ae565149
14 changed files with 49 additions and 39 deletions
6
Makefile
6
Makefile
|
|
@ -107,10 +107,12 @@ test-coverage-view:
|
|||
|
||||
locales := en uk_UA
|
||||
locale_targets := $(addprefix docs-serve-, $(locales))
|
||||
locales_pot := _build/gettext
|
||||
docs_dir := docs
|
||||
|
||||
docs-gettext:
|
||||
cd docs && make gettext
|
||||
cd docs && sphinx-intl update -p _build/gettext $(addprefix -l , $(locales))
|
||||
cd $(docs_dir) && make gettext
|
||||
cd $(docs_dir) && sphinx-intl update -p $(locales_pot) $(addprefix -l , $(locales))
|
||||
.PHONY: docs-gettext
|
||||
|
||||
docs-serve:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue