mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update texts, remove dummy translation files
This commit is contained in:
parent
564292dd79
commit
d180fd7a46
362 changed files with 895 additions and 42773 deletions
5
Makefile
5
Makefile
|
|
@ -67,7 +67,7 @@ test-coverage-view:
|
|||
# Docs
|
||||
# =================================================================================================
|
||||
|
||||
locales := en uk_UA
|
||||
locales := uk_UA
|
||||
locale_targets := $(addprefix docs-serve-, $(locales))
|
||||
locales_pot := _build/gettext
|
||||
docs_dir := docs
|
||||
|
|
@ -78,8 +78,7 @@ docs-gettext:
|
|||
.PHONY: docs-gettext
|
||||
|
||||
docs-serve:
|
||||
#rm -rf docs/_build
|
||||
sphinx-autobuild --watch aiogram/ --watch CHANGELOG.rst --watch README.rst docs/ docs/_build/ $(OPTS)
|
||||
hatch run docs:sphinx-autobuild --watch aiogram/ --watch CHANGELOG.rst --watch README.rst docs/ docs/_build/ $(OPTS)
|
||||
.PHONY: docs-serve
|
||||
|
||||
$(locale_targets): docs-serve-%:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue