ImperialCollegeLondon / pyrealm

Development of the pyrealm package, providing an integrated toolbox for modelling plant productivity, growth and demography using Python.
https://pyrealm.readthedocs.io/
MIT License
19 stars 8 forks source link

Broken RTD builds #203

Closed davidorme closed 5 months ago

davidorme commented 5 months ago

Describe the bug

ReadTheDocs have changed their recommended recipe for installing from poetry - the current setup does not install the documentation requirements to the environment used by the RTD sphinx build, so it all fails (and has been for a month!).

To Reproduce

Look at ReadTheDocs build page: https://readthedocs.org/projects/pyrealm/builds/

We can fix this in .readthedocs.yaml using the new recommended set up:

https://github.com/readthedocs/readthedocs.org/pull/11152/

And as implemented here:

https://github.com/ImperialCollegeLondon/virtual_ecosystem/pull/398/files