heidelbergcement/hcrystalball

[BUG] Pre-commit does not strip notebooks' kernel information making docs build fail

MichalChromcak opened this issue · 1 comments

Describe the bug
Notebooks kernelspec name information can be changed locally by contributors making docs build to fail.

To Reproduce
Create ipykernel named hcrystalball, execute notebooks with that and push your changes

Expected behavior
Docs build is independent on the developers local setup

Screenshots
N/A

Additional context
For ease of development

assigning nbsphinx_kernel_name = 'python3' to nbsphinx conf should do the job