pingswept / pysolar

Pysolar is a collection of Python libraries for simulating the irradiation of any point on earth by the sun. It includes code for extremely precise ephemeris calculations.
http://pysolar.org
GNU General Public License v3.0
373 stars 125 forks source link

docs.pysolar.org not updating automatically? #88

Closed pingswept closed 5 years ago

pingswept commented 6 years ago

It looks like ReadTheDocs has changed the way they talk to Github, so the docs at docs.pysolar.org aren't getting updated automatically any more.

Note that http://docs.pysolar.org/en/latest/_images/reference_frame.png is not the same as https://github.com/pingswept/pysolar/blob/master/doc/img/reference_frame.png but they should be identical.

paulocheque commented 5 years ago

To help on this it would require some read the docs and github permissions.. but checking some links, maybe this can help: https://docs.readthedocs.io/en/latest/versions.html#how-we-envision-versions-working

pingswept commented 5 years ago

I think I just fixed this. Github had deprecated their old service integration model and moved to "webhooks." The documentation should be rebuilt automatically now on every commit. (I also manually rebuilt the docs, so they are at least up-to-date for release 0.8.)