Qiskit / documentation

The documentation content home for https://docs.quantum.ibm.com.
https://docs.quantum.ibm.com
Apache License 2.0
38 stars 81 forks source link

Adopt lockfiles for our API partners #2354

Open Eric-Arellano opened 1 day ago

Eric-Arellano commented 1 day ago

Qiskit repos semi-regularly have CI outages that slow down everyone, including docs. For example, Runtime broke at https://github.com/Qiskit/qiskit-ibm-runtime/pull/2049. Lockfiles are a simple solution to make their docs builds and CI deterministic - they also improve supply chain security.

We would help willing teams to use either uv or Poetry, specifically the API repos that hook up into this repository.