diff --git a/{{cookiecutter.project_slug}}/docs/cleanup.py b/{{cookiecutter.project_slug}}/docs/cleanup.py
index 98d5cc641df4b05c33f3bf7d304a7e1e9ea87fef..f5890d9cc7cc976261dfb986e403ed4ce68bcf93 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):