Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: docs builds are failing #4924

Closed
neutrinoceros opened this issue Jun 13, 2024 · 7 comments · Fixed by #4925
Closed

DOC: docs builds are failing #4924

neutrinoceros opened this issue Jun 13, 2024 · 7 comments · Fixed by #4925
Labels
docs infrastructure Related to CI, versioning, websites, organizational issues, etc tests: running tests Issues with the test setup
Milestone

Comments

@neutrinoceros
Copy link
Member

Bug report

Bug summary

Error message

Sphinx parallel build error:
nbsphinx.NotebookError: NoSuchKernel in cookbook/custom_colorbar_tickmarks.ipynb:
No such kernel named python3
make: *** [Makefile:51: html] Error 2
Build step 'Execute shell' marked build as failure

example logs
Seen twice in #4923

ping @Xarthisius

@neutrinoceros neutrinoceros added docs tests: running tests Issues with the test setup infrastructure Related to CI, versioning, websites, organizational issues, etc labels Jun 13, 2024
@yut23
Copy link
Member

yut23 commented Jun 13, 2024

Looks like ipykernel is missing: https://nbsphinx.readthedocs.io/en/0.9.4/installation.html#Jupyter-Kernel
The previous successful build happened to pull it in through a glueviz dependency:

Collecting ipykernel!=5.0.0,!=5.1.0,>=4.0 (from glue-qt>=0.1.0->glue-vispy-viewers>=1.0.3->glueviz>=0.13.3->yt==4.4.dev0)

@neutrinoceros
Copy link
Member Author

I don't get it. yt depends on ipywidgets which in turn depends on ipykernel

@yut23
Copy link
Member

yut23 commented Jun 13, 2024

pip show ipywidgets says it doesn't: Requires: comm, ipython, jupyterlab-widgets, traitlets, widgetsnbextension

@neutrinoceros
Copy link
Member Author

Oh right, it's now an optional dependency, I missed that.
Well then it should be trivial to fix. Since we need to change docs somehow to even trigger the job, do you mind doing it with your already active PR ?

@yut23
Copy link
Member

yut23 commented Jun 13, 2024

Do you mean #4923? It was already merged.

@neutrinoceros
Copy link
Member Author

Whoops. I didn't have enough coffee. Or maybe I had too much ? 🤔

@chrishavlin
Copy link
Contributor

adding ipykernel as a dep in #4925 now

@chrishavlin chrishavlin linked a pull request Jun 13, 2024 that will close this issue
@neutrinoceros neutrinoceros added this to the 4.4.0 milestone Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs infrastructure Related to CI, versioning, websites, organizational issues, etc tests: running tests Issues with the test setup
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants