Fixed docs build

This commit is contained in:
JRoot Junior 2024-09-08 15:53:44 +03:00
parent 6cebbe29ac
commit 4bf4f8eac9
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
3 changed files with 10 additions and 11 deletions

View file

@ -84,7 +84,7 @@ docs-gettext:
.PHONY: docs-gettext
docs-serve:
hatch run docs:sphinx-autobuild --watch aiogram/ --watch CHANGELOG.rst --watch README.rst docs/ docs/_build/ $(OPTS)
hatch run docs:sphinx-autobuild --watch aiogram/ --watch CHANGES.rst --watch README.rst docs/ docs/_build/ $(OPTS)
.PHONY: docs-serve
$(locale_targets): docs-serve-%: