mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Rewrite filters
This commit is contained in:
parent
3f57c69d4f
commit
8d2aae77c1
24 changed files with 311 additions and 539 deletions
4
Makefile
4
Makefile
|
|
@ -114,8 +114,8 @@ docs-gettext:
|
|||
.PHONY: docs-gettext
|
||||
|
||||
docs-serve:
|
||||
rm -rf docs/_build
|
||||
$(py) sphinx-autobuild --watch aiogram/ docs/ docs/_build/ $(OPTS)
|
||||
#rm -rf docs/_build
|
||||
$(py) 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