[BUG] Pre-commit does not strip notebooks' kernel information making docs build fail
MichalChromcak opened this issue · 1 comments
MichalChromcak commented
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
MichalChromcak commented
assigning nbsphinx_kernel_name = 'python3' to nbsphinx conf should do the job