Skip to content

Commit

Permalink
Exclude korean tutorials from wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
ankith26 committed Nov 18, 2023
1 parent d427901 commit d981699
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ if not fs.is_dir('generated')
)
endif

# korean tutorials are excluded for now
install_subdir(
'generated',
exclude_directories: ['doctrees'],
exclude_directories: ['doctrees', 'tutorials/ko', '_sources/tutorials/ko'],
exclude_files: ['.buildinfo', 'objects.inv'],
install_dir: pg_dir / 'docs'
)
Expand Down

0 comments on commit d981699

Please sign in to comment.