Skip to content

Commit 81b228c

Browse files
committed
Exclude korean tutorials from wheels
1 parent 35ff02d commit 81b228c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/meson.build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ if not fs.is_dir('generated')
55
)
66
endif
77

8+
# korean tutorials excluded for now because the delocate tool on mac cannot
9+
# handle wheels which has files named in korean
810
install_subdir(
911
'generated',
10-
exclude_directories: ['doctrees'],
12+
exclude_directories: ['doctrees', 'tutorials/ko', '_sources/tutorials/ko'],
1113
exclude_files: ['.buildinfo', 'objects.inv'],
1214
install_dir: pg_dir / 'docs'
1315
)

0 commit comments

Comments
 (0)