mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
Update docs config, fixed towncrier draft properties
This commit is contained in:
parent
dedeff88ce
commit
34a91bfb69
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
import datetime
|
import datetime
|
||||||
|
from pathlib import Path
|
||||||
|
|
||||||
import aiogram
|
import aiogram
|
||||||
|
|
||||||
|
|
@ -68,4 +69,4 @@ texinfo_documents = [
|
||||||
|
|
||||||
towncrier_draft_autoversion_mode = 'draft'
|
towncrier_draft_autoversion_mode = 'draft'
|
||||||
towncrier_draft_include_empty = True
|
towncrier_draft_include_empty = True
|
||||||
# towncrier_draft_working_directory = PROJECT_ROOT_DIR
|
towncrier_draft_working_directory = Path(__file__).parent.parent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue