quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.24k stars 1.01k forks source link

Fix "Build docs" CI job by temporarily pinning alabaster to 0.7.13 #6399

Closed pavoljuhas closed 8 months ago

pavoljuhas commented 8 months ago

As of alabaster-0.7.14 the alabaster theme package requires sphinx 3.4 which conflicts with the current sphinx requirement.

As a quick fix we pin to alabaster-0.7.13 here.

Temporary workaround for #6400

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d33b1a7) 97.81% compared to head (a771759) 97.81%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6399 +/- ## ======================================= Coverage 97.81% 97.81% ======================================= Files 1111 1111 Lines 97054 97054 ======================================= Hits 94931 94931 Misses 2123 2123 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.