Rewrite filters

This commit is contained in:
Alex Root Junior 2022-08-14 21:43:33 +03:00
parent 3f57c69d4f
commit 8d2aae77c1
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
24 changed files with 311 additions and 539 deletions

View file

@ -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-%: