projectglow / glow

An open-source toolkit for large-scale genomic analysis
https://projectglow.io
Apache License 2.0
266 stars 111 forks source link

Add explicit linkcheck timeout; ignore flaky 1kg link; fix setup.py syntax error #573

Closed henrydavidge closed 7 months ago

henrydavidge commented 7 months ago

What changes are proposed in this pull request?

The linkcheck had been occasionally hanging because 1) the 1kg ftp listing was flaky 2) there wasn't an explicit timeout set (although I thought there was a default according to sphinx docs...)

Also fixed an error in setup.py

How is this patch tested?

(Details)