Qiskit / qiskit_sphinx_theme

A Sphinx theme and documentation guidelines for Qiskit and Qiskit Ecosystem projects
https://qisk.it/docs-guide
Apache License 2.0
15 stars 29 forks source link

Fix Pytorch theme not activating jQuery (Cherry-pick of #497) #503

Closed Eric-Arellano closed 1 year ago

Eric-Arellano commented 1 year ago

Closes https://github.com/Qiskit/qiskit_sphinx_theme/issues/496.

https://github.com/Qiskit/qiskit_sphinx_theme/pull/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.