unitaryfund / mitiq

Mitiq is an open source toolkit for implementing error mitigation techniques on most current intermediate-scale quantum computers.
https://mitiq.readthedocs.io
GNU General Public License v3.0
358 stars 157 forks source link

Linkcheck often fails with MyBinder links #1308

Closed andreamari closed 2 years ago

andreamari commented 2 years ago

Linkcheck non-deterministically fails when checking two MyBinder links that are in the README file. Both links seem to work but maybe they are slow.

This is the error message that is produced by test-docs in CI:

(           index: line   68) broken    https://mybinder.org/v2/gh/unitaryfund/mitiq/master?filepath=%2Fdocs%2Fsource%2Fexamples - 502 Server Error: Bad Gateway for url: https://mybinder.org/v2/gh/unitaryfund/mitiq/master?filepath=%2Fdocs%2Fsource%2Fexamples
(           index: line    6) broken    https://mybinder.org/v2/gh/unitaryfund/mitiq/master?urlpath=%2Ftree%2Fdocs%2Fsource%2Fexamples - 502 Server Error: Bad Gateway for url: https://mybinder.org/v2/gh/unitaryfund/mitiq/master?urlpath=%2Ftree%2Fdocs%2Fsource%2Fexamples

Unless there is a better solution, we can ask linkcheck to ignore the 2 links.

natestemen commented 2 years ago

Haven't seen this happening recently, so maybe we can close for now?