Merge pull request #9510 from groodt/groodt-fix-9505

Fix for 9505. Exclude empty drafts.
This commit is contained in:
Pradyun Gedam 2021-01-26 07:41:06 +00:00 committed by GitHub
commit f84e5767f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -320,6 +320,6 @@ docs_feedback_questions_list = (
# -- Options for towncrier_draft extension -----------------------------------
towncrier_draft_autoversion_mode = 'draft' # or: 'sphinx-release', 'sphinx-version'
towncrier_draft_include_empty = True
towncrier_draft_include_empty = False
towncrier_draft_working_directory = pathlib.Path(docs_dir).parent
# Not yet supported: towncrier_draft_config_path = 'pyproject.toml' # relative to cwd