pytroll / pygac

A python package to read and calibrate NOAA and Metop AVHRR GAC and LAC data
https://pygac.readthedocs.org/
GNU General Public License v3.0
20 stars 25 forks source link

API is missing on readthedocs #103

Closed sfinkens closed 2 years ago

sfinkens commented 2 years ago

The Pygac API on readthedocs is missing. I guess the reason is that the repo is checked out but not installed and therefore the version import doesn't work (https://github.com/pytroll/pygac/blob/main/pygac/__init__.py#L27). Looking at satpy a dedicated readthedocs conda environment seems to solve the problem.