mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed docs build
This commit is contained in:
parent
6cebbe29ac
commit
4bf4f8eac9
3 changed files with 10 additions and 11 deletions
2
Makefile
2
Makefile
|
|
@ -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-%:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue