Skip to content

Commit 84e0a79

Browse files
committed
Rename Sphinx outputdir, build is used to copy files for GH pages copy
1 parent f4db75c commit 84e0a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_warnings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def number(clones_dir: str, repo: str, language_code: str) -> int:
2222
'--warning-file',
2323
warning_file := f'{clones_dir}/warnings-{language_code}.txt',
2424
f'{clones_dir}/cpython/Doc', # sourcedir
25-
'./build', # outputdir
25+
'./sphinxbuild', # outputdir
2626
)
2727
)
2828
copyfile(warning_file, f'warnings-{language_code}.txt')

0 commit comments

Comments
 (0)