Skip to content

Commit 9b5cde4

Browse files
committed
tc
1 parent 7fc9b45 commit 9b5cde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/sphinx_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def main() -> None:
1111
files_to_run = calculate_shards(all_files, num_shards=20)[int(os.environ.get("WORKER_ID", "1")) - 1]
1212
files_to_run = [x for x in files_to_run if x not in [f"{f}.py" for f in NOT_RUN]]
1313

14-
os.mkdir("docs_to_zip", exist_ok=True)
14+
os.makedirs("docs_to_zip", exist_ok=True)
1515

1616
env = os.environ.copy()
1717
for file in files_to_run:

0 commit comments

Comments
 (0)