qiskit-community / qiskit-algorithms

A library of quantum algorithms for Qiskit.
https://qiskit-community.github.io/qiskit-algorithms/
Apache License 2.0
112 stars 55 forks source link

CI is failing creating html from notebooks #117

Open woodsp-ibm opened 9 months ago

woodsp-ibm commented 9 months ago

Nightly CI has been failing for the past 3 days (the contents of the repo have not changed at all in that time).

/home/runner/work/qiskit-algorithms/qiskit-algorithms/docs/tutorials/02_vqe_advanced_options.ipynb:161: ERROR: Unexpected indentation.
/home/runner/work/qiskit-algorithms/qiskit-algorithms/docs/tutorials/02_vqe_advanced_options.ipynb:169: ERROR: Unexpected indentation.
/home/runner/work/qiskit-algorithms/qiskit-algorithms/docs/tutorials/02_vqe_advanced_options.ipynb:172: ERROR: Content block expected for the "raw" directive; none found.
/home/runner/work/qiskit-algorithms/qiskit-algorithms/docs/tutorials/02_vqe_advanced_options.ipynb:191: ERROR: Unexpected indentation.
/home/runner/work/qiskit-algorithms/qiskit-algorithms/docs/tutorials/02_vqe_advanced_options.ipynb:199: ERROR: Unexpected indentation.
/home/runner/work/qiskit-algorithms/qiskit-algorithms/docs/tutorials/02_vqe_advanced_options.ipynb:202: ERROR: Content block expected for the "raw" directive; none found.

One change that I do notice is that nbconvert is now 7.14.0, and has been failing since that version, where the last time it passed was when 7.13.1 was the latest. It appears to be similar to this issue raised on nbconvert jupyter/nbconvert#2092

woodsp-ibm commented 8 months ago

I'll leave this open so the pinning, done by #119, can be addressed as needed in the future