Hide empty changelog from docs

This commit is contained in:
Alex Root Junior 2022-11-18 12:45:59 +02:00
parent 6494c3bfbc
commit 780a3d80fd
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -68,5 +68,5 @@ texinfo_documents = [
# add_module_names = False
towncrier_draft_autoversion_mode = 'draft'
towncrier_draft_include_empty = True
towncrier_draft_include_empty = False
towncrier_draft_working_directory = Path(__file__).parent.parent