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

Turn off parallel docs build and pin dependencies #1097

Merged

Conversation

coruscating
Copy link
Collaborator

@coruscating coruscating commented Mar 21, 2023

Summary

The docs build is suddenly breaking with

  File "/home/runner/work/qiskit-experiments/qiskit-experiments/.tox/docs-parallel/lib/python3.8/site-packages/sphinx/util/parallel.py", line 126, in _join_one
    raise SphinxParallelError(*result)
sphinx.errors.SphinxParallelError: sphinx.errors.ExtensionError: Unable to find kernel (exception: No such kernel named python3)

Turning off the parallel flag didn't solve the problem, but pinning ipykernel and jupyter-client, both of which put out new releases yesterday, solved the problem. I'm keeping the parallel flag off since it tends to cause issues until this compatibility issue is resolved.

Copy link
Collaborator

@nkanazawa1989 nkanazawa1989 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@coruscating coruscating changed the title Turn off parallel docs build Turn off parallel docs build and pin dependencies Mar 21, 2023
@coruscating coruscating added this pull request to the merge queue Mar 21, 2023
@coruscating coruscating merged commit 2a556ab into qiskit-community:main Mar 21, 2023
@coruscating coruscating deleted the disable-parallel-docs-build branch March 21, 2023 22:09
@wshanks
Copy link
Collaborator

wshanks commented Oct 26, 2023

I wonder if there is something unique to our set up here? I set up a new environment today and found that I still had to roll these libraries back even seven months later, and I don't see anyone else complaining about Unable to find kernel on the jupyter-sphinx repo (except here but that one does not mention pinning jupyter-client and ipykernel, just installing ipykernel; I hit the error with the current latest ipykernel).

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.

3 participants