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

build docs test in Cirq CI failing on main #6413

Closed tanujkhattar closed 8 months ago

tanujkhattar commented 8 months ago

Description of the issue The build docs test is failing with the following error

Running Sphinx v3.2.1

Sphinx version error:
The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0; it therefore cannot be built with this version.
FAILED
Error: Process completed with exit code 2.

How to reproduce the issue

See https://github.com/quantumlib/Cirq/actions/runs/7537252828/job/20515915318?pr=6412

tanujkhattar commented 8 months ago

Seems to be a dependency issue. A new version of sphinxcontrib-applehelp-1.0.8 is being pulled instead of sphinxcontrib-applehelp-1.0.4, which was passing the CI test.