From 33ca2c4e780fd1e39cd362e75aab93c0e09f3f9a Mon Sep 17 00:00:00 2001 From: Hannes Feldt <feldt@astron.nl> Date: Thu, 30 Nov 2023 11:43:24 +0100 Subject: [PATCH] fix --- {{cookiecutter.project_slug}}/docs/cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/docs/cleanup.py b/{{cookiecutter.project_slug}}/docs/cleanup.py index 98d5cc6..f5890d9 100644 --- a/{{cookiecutter.project_slug}}/docs/cleanup.py +++ b/{{cookiecutter.project_slug}}/docs/cleanup.py @@ -7,7 +7,7 @@ import os file_dir = os.path.dirname(os.path.realpath(__file__)) -clean_dir = os.path.join(file_dir, "source", "source/source_documentation") +clean_dir = os.path.join(file_dir, "source", "source_documentation") print(f"Cleaning.. {clean_dir}/*") for file_name in os.listdir(clean_dir): -- GitLab