JuliaIntervals / IntervalRootFinding.jl

Library for finding the roots of a function using interval arithmetic
https://juliaintervals.github.io/IntervalRootFinding.jl/
Other
126 stars 26 forks source link

Fix docs deployment (travis) #127

Closed lbenet closed 5 years ago

lbenet commented 5 years ago

Fixes #126

lbenet commented 5 years ago

@dpsanders @Kolaru I think this is ready to be merged, which is actually the real check. Travis output for the docs seems to have run as it should.

dpsanders commented 5 years ago

Thanks a lot!

lbenet commented 5 years ago

It still takes some time for the docs to be deployed and ready...

lbenet commented 5 years ago

@dpsanders While the docs deployment seems to have gone ok, there seems to be a problem with the DOCUMENTER_KEY (so the new docs are not yet there); see here.

I'll try to fix this.

lbenet commented 5 years ago

Restarted travis job to see if it works now...

lbenet commented 5 years ago

Now it worked

dpsanders commented 5 years ago

Fantastic, thanks a lot for sorting this out! Now we just have to do the same with the other packages.

lbenet commented 5 years ago

Ok. I'll check each one, one at a time :-)