Open kloczek opened 1 year ago
I think I'm facing the same issue in my most recent builds: https://readthedocs.org/projects/pygaul/builds/21575953/
In short:
Unable to find kernel (exception: No such kernel named python3)
I solved my issue by adding "ipykernel" in my documentation deps, it's urprising that it's not already included by one of jupyter-sphinx's
Looks like pytest is failing in
tests/test_execute.py::test_save_script
because hardcoded python interpreter name. Insterd it should be usedsys.executable
. pytest as well currently shows somePendingDeprecationWarning
warnings. Here is pytest output: