diff --git a/apps/web/prebuild.js b/apps/web/prebuild.js index 8be697e5b..6a7553b5d 100644 --- a/apps/web/prebuild.js +++ b/apps/web/prebuild.js @@ -88,7 +88,9 @@ function getSubModules(pkg, href, dirPath) { }) } } - } else if (['python-sdk', 'cli'].includes(pkg)) { + } + + if (['python-sdk', 'cli', 'code-interpreter-python-sdk'].includes(pkg)) { if (line.startsWith('## ')) { const title = line.slice(2).trim() if (title) { diff --git a/apps/web/src/components/SdkVersionSelect.tsx b/apps/web/src/components/SdkVersionSelect.tsx index 2e4aa31ad..20d85f5c9 100644 --- a/apps/web/src/components/SdkVersionSelect.tsx +++ b/apps/web/src/components/SdkVersionSelect.tsx @@ -12,6 +12,7 @@ export function SdkVersionSelect({ return (