Skip to content

Fix examples2 fix build doc fail#879

Open
UlysseDurand wants to merge 34 commits intoKitware:masterfrom
UlysseDurand:fix-examples2
Open

Fix examples2 fix build doc fail#879
UlysseDurand wants to merge 34 commits 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.

Also replace all mentions of commands like `[pvpython] [script.py] --venv
[venv]` by `[pvpython] --venv [venv] [script.py]`
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.

1 participant