Closed bnaul closed 8 years ago
The changes look good, but drone doesn't look very happy to me :disappointed:
I wish I knew why Drone kept reporting success without completion.
Am I in a parallel universe? I see "All checks have passed" and the log looks good...
Perhaps Drone does run to completion but fails to store the entire output log?
You must be in that parallel universe Stefan slipped into yesterday...
One commit still had mltsp.datasets
in conf.py
and I amended that one; another time the build failed because of an internet outage? ConnectionError: HTTPConnectionPool(host='travis-wheels.scikit-image.org', port=80): Max retries exceeded.
I re-built and it looks good.
I checked the build on your branch, and Drone was happy with that one, so merging.
Why is it building JSON anyway?? Looks like the HTML is fine at least :weary:
No, I'm not sure it is fine.
?
The HTML did not get uploaded, so how do we check? On Dec 18, 2015 17:30, "Brett Naul" notifications@github.com wrote:
?
— Reply to this email directly or view it on GitHub https://github.com/mltsp/mltsp/pull/125#issuecomment-165932694.
The HTML on readthedocs right now says "Revision da86ddd5." which is this one, so I think it did get updated. Could be wrong though. Regardless the new PR should fix it.
Last successful build was 1 day 1 hr ago. Not sure which one that was!
On Fri, Dec 18, 2015 at 6:04 PM, Brett Naul notifications@github.com wrote:
The HTML on readthedocs right now says "Revision da86ddd https://github.com/mltsp/mltsp/commit/da86ddd5e18273d55e2e3d07d2a2c9f06f823210." which is this one, so I think it did get updated. Could be wrong though. Regardless the new PR should fix it.
— Reply to this email directly or view it on GitHub https://github.com/mltsp/mltsp/pull/125#issuecomment-165935542.
doc/conf.py
so that the Sphinx build generates them automatically. A little hacky, but removes the need to keep them in the repo and remember to rebuild them every time.__import__
in the Sphinx build to use mocks where needed. No longer necessary to add new requirements to the mock list.scikit-image
code as I'd hoped, so I think this is fine for now.Drone is happy but I can't 100% know that this works until it's merged and built on readthedocs, so if you guys aren't around I may just self-merge :smiling_imp: