Skip to content

Commit 0f8d39f

Browse files
committed
Revert "Stop including an empty changelog draft in Sphinx"
This reverts commit 1827944.
1 parent 30b7a4e commit 0f8d39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,6 @@
443443
# -- Options for towncrier_draft extension -----------------------------------
444444

445445
towncrier_draft_autoversion_mode = "draft" # or: 'sphinx-version', 'sphinx-release'
446-
towncrier_draft_include_empty = False
446+
towncrier_draft_include_empty = True
447447
towncrier_draft_working_directory = PROJECT_ROOT_DIR
448448
# Not yet supported: towncrier_draft_config_path = 'pyproject.toml' # relative to cwd

0 commit comments

Comments
 (0)