Update docs config, fixed towncrier draft properties

This commit is contained in:
Alex Root Junior 2022-11-07 06:41:37 +02:00
parent dedeff88ce
commit 34a91bfb69
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -1,4 +1,5 @@
import datetime
from pathlib import Path
import aiogram
@ -68,4 +69,4 @@ texinfo_documents = [
towncrier_draft_autoversion_mode = 'draft'
towncrier_draft_include_empty = True
# towncrier_draft_working_directory = PROJECT_ROOT_DIR
towncrier_draft_working_directory = Path(__file__).parent.parent