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

Fix Pytorch theme not activating jQuery #497

Merged
merged 3 commits into from
Jul 17, 2023

Conversation

Eric-Arellano
Copy link
Collaborator

Closes #496.

#419 accidentally broke Pytorch because it apparently doesn't work to call app.setup_extension inside the config-inited event. So, we were no longer activating jQuery by default.

@Eric-Arellano Eric-Arellano merged commit 6c52758 into Qiskit:main Jul 17, 2023
4 checks passed
@Eric-Arellano Eric-Arellano deleted the fix-jquery-pytorch branch July 17, 2023 14:57
Eric-Arellano added a commit to Eric-Arellano/qiskit_sphinx_theme that referenced this pull request Jul 17, 2023
Closes Qiskit#496.

Qiskit#419 accidentally
broke Pytorch because it apparently doesn't work to call
`app.setup_extension` inside the `config-inited` event. So, we were no
longer activating jQuery by default.
Eric-Arellano added a commit that referenced this pull request Jul 17, 2023
Closes #496.

#419 accidentally
broke Pytorch because it apparently doesn't work to call
`app.setup_extension` inside the `config-inited` event. So, we were no
longer activating jQuery by default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Pytorch's translations feature broke in 1.13
2 participants