From c3f842e515ecca330f533c6084a0c08ae126edce Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:13:58 +0200 Subject: [PATCH] BEHAVIOR: add release version documentation line (#345) --- src/compwa_policy/check_dev_files/release_drafter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compwa_policy/check_dev_files/release_drafter.py b/src/compwa_policy/check_dev_files/release_drafter.py index 35aebf38..4a44a285 100644 --- a/src/compwa_policy/check_dev_files/release_drafter.py +++ b/src/compwa_policy/check_dev_files/release_drafter.py @@ -43,7 +43,7 @@ def _get_expected_config( config[key] = config[key].replace("<>", repo_title) key = "template" lines = config[key].split("\n") - if not os.path.exists(CONFIG_PATH.readthedocs) or github_pages: + if not os.path.exists(CONFIG_PATH.readthedocs): lines = lines[2:] config[key] = ( "\n".join(lines)