ImperialCollegeLondon / virtual_ecosystem

This repository is the home for the codebase for the Virtual Ecosystem project.
https://virtual-ecosystem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Adding explicit ipykernel install step to RTD #400

Closed davidorme closed 6 months ago

davidorme commented 6 months ago

Description

This hopefully fixes #399 by adding an explicit ipykernel install step to .readthedocs.yaml build sequence.

@dalonsoa - this is a bit of an informed guess. I guess we just try it and see what happens, since we can only test by seeing if RTD builds!

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.18%. Comparing base (e1ac1ad) to head (d394943).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #400 +/- ## ======================================== Coverage 93.18% 93.18% ======================================== Files 60 60 Lines 2920 2920 ======================================== Hits 2721 2721 Misses 199 199 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

davidorme commented 6 months ago

I've force merged this to see if I'm on the right track and try and get the rename done.