mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
More docs
This commit is contained in:
parent
4008a3114d
commit
322a98bc1b
12 changed files with 77 additions and 28 deletions
5
Makefile
5
Makefile
|
|
@ -131,6 +131,11 @@ docs:
|
|||
docs-serve:
|
||||
$(py) mkdocs serve
|
||||
|
||||
.PHONY: docs2-serve
|
||||
docs2-serve:
|
||||
rm -rf docs2/_build
|
||||
$(py) sphinx-autobuild --watch aiogram/ docs2/ docs2/_build/
|
||||
|
||||
.PHONY: docs-copy-reports
|
||||
docs-copy-reports:
|
||||
mv $(reports_dir)/* site/reports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue