Qiskit / qiskit-metapackage

Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.
https://qiskit.org
Apache License 2.0
3.03k stars 750 forks source link

Remove dependency on sphinx-autodoc-typehints #1716

Closed jakelishman closed 1 year ago

jakelishman commented 1 year ago

Summary

Since Sphinx 5, this has had first-party support. This removes a docs dependency that has caused us significant problems before due to its instability, and the built-in handling in autodoc is much cleaner as well. This commit is a mirror of Terra commit dfcfa4a.

Details and comments

Mirror of Qiskit/qiskit-terra#9705.