Skip to content

Fix examples2 fix build doc fail#879

Merged
finetjul merged 1 commit intoKitware:masterfrom
UlysseDurand:fix-examples2
Apr 21, 2026
Merged

Fix examples2 fix build doc fail#879
finetjul merged 1 commit intoKitware:masterfrom
UlysseDurand:fix-examples2

Conversation

@UlysseDurand
Copy link
Copy Markdown
Contributor

Last PR #876 that was merged failed to build the doc: https://github.com/Kitware/trame/actions/runs/24511784824/job/71644607253

It was a code snippet path error (my mistake), I correct it in this PR

I tested locally

ulysse-durand@ulyssedurand:~/git/trame/docs/vitepress$ npm ci

added 129 packages, and audited 130 packages in 1s

38 packages are looking for funding
  run `npm fund` for details

4 vulnerabilities (3 moderate, 1 high)

To address issues that do not require attention, run:
  npm audit fix

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
ulysse-durand@ulyssedurand:~/git/trame/docs/vitepress$ npm run docs:build

> docs:build
> vitepress build


  vitepress v1.6.4

⠸ building client + server bundles...
The language 'ipynb' is not loaded, falling back to 'txt' for syntax highlighting.

The language 'ipynb' is not loaded, falling back to 'txt' for syntax highlighting. (x2)
⠦ building client + server bundles...
(!) Some chunks are larger than 500 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
⠹ building client + server bundles...
The language 'ipynb' is not loaded, falling back to 'txt' for syntax highlighting.
✓ building client + server bundles...
✓ rendering pages...
build complete in 10.79s.

@finetjul finetjul merged commit 3fb8964 into Kitware:master Apr 21, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants