diff --git a/pyproject.toml b/pyproject.toml index 261981b116ab..e11ae75bfa22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,8 @@ docs = [ "sphinx-issues>=3.0.1", "sphinx-jsonschema>=1.19.1", "sphinx-rtd-theme>=1.0.0", - "sphinxcontrib-towncrier>=0.2.1a0", + "sphinxcontrib-towncrier>=0.3.0a0", + "towncrier>=22.8.0", "scipy>=1.7.0", # examples using scipy "slack-sdk>=3.4.2", # slack example notebook ] @@ -243,7 +244,7 @@ filterwarnings = [ package = "qcodes" name = "QCoDeS" directory = "docs/changes/newsfragments" -single_file = true +single_file = false filename = "docs/changes/{version}.rst" issue_format = ":pr:`{issue}`" diff --git a/requirements.txt b/requirements.txt index 5118e003a006..06071660ee55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -154,7 +154,7 @@ terminado~=0.15.0 tinycss2~=1.1.1 tomli~=2.0.1 tornado~=6.2 -towncrier~=21.9.0 +towncrier~=22.8.0 tqdm~=4.64.1 traitlets~=5.3.0 typed-ast~=1.4.3; python_version<'3.8'