CSIRO-Precision-Agriculture / pyprecag

A suite of tools for Precision Agriculture
Other
21 stars 9 forks source link

Fix readthedocs auto build #3

Closed AdrianDAlessandro closed 5 years ago

AdrianDAlessandro commented 5 years ago

The gdal C libraries are too complex to install for the readthedocs, need to find a way around it.

AdrianDAlessandro commented 5 years ago

Attempting telling readthedocs to try a conda install in the readthedocs_build branch

AdrianDAlessandro commented 5 years ago

Installing gdal with conda worked, but the pyprecag install timed out. Trying with mock imports now.

AdrianDAlessandro commented 5 years ago

Either the docs do not build properly, or the build times out. Deciding for the moment to build the docs without the API documentation properly building. Will revisit.

andrewspiers commented 5 years ago

Worked around this by having travis build; and github host the documentation instead of using RTD.