Uh oh!
There was an error while loading. Please reload this page.
rtd with latest mambaforge image for faster building - #4476
Conversation
Uh oh!
There was an error while loading. Please reload this page.
@tkknight Also I question our need to support It adds to the built time... and who actually needs or uses these formats? Do we know? 🤔 I've certainly never relied on them... ever. |
tkknight
commented
Jan 4, 2022
I enable the html and pdf options as it was easy to do so and thought some may find it useful. A quick look at other RTD hosted docs didnt show much uptake of it either - so yeah +1 for removing these two build targets. |
Uh oh!
There was an error while loading. Please reload this page.
bjlittle
commented
Jan 4, 2022
@tkknight Thanks. I'll remove the |
d98adfd to
aff05e0Comparebjlittle
commented
Jan 4, 2022
So we're now down to about |
bjlittle
commented
Jan 4, 2022
Back to you @tkknight after a wierd CI barf |
bjlittle
commented
Jan 4, 2022
... the days of |
* main: rtd with latest mambaforge image for faster building (SciTools#4476) Show acceptable image test results in the docs (SciTools#4392) Nc load latlon fix (SciTools#4470) update matplotlib links (SciTools#4474) Whatsnew for PR 4462 (SciTools#4475) Clarify the return type of iris.load (AVD-1899) (SciTools#4462) [pre-commit.ci] pre-commit autoupdate (SciTools#4472) Updated environment lockfiles (SciTools#4467)
bjlittle
commented
Jan 5, 2022
Awesome, thanks @tkknight 😄 |
* main: Use partial to make cube pickleable (SciTools#4377) Add edit via github method to Iris docs (SciTools#4461) Broken cartopy links in docs (SciTools#4464) rtd with latest mambaforge image for faster building (SciTools#4476) Show acceptable image test results in the docs (SciTools#4392) Nc load latlon fix (SciTools#4470) update matplotlib links (SciTools#4474) Whatsnew for PR 4462 (SciTools#4475) Clarify the return type of iris.load (AVD-1899) (SciTools#4462) [pre-commit.ci] pre-commit autoupdate (SciTools#4472) Updated environment lockfiles (SciTools#4467)
🚀 Pull Request
Description
This PR adopts the latest
mambaforgeimage workflow from RTD to build our documentation, replacing our previous use of the RTD Legacy build specification.When using the legacy RTD specification, typically I've seen documentation builds taking between
670-730 seconds.Using the latest
mambaforgeimage, this PR built its documentation in454 seconds... which is quite an improvement 🚀(although, this is only a sample of one 😉)
The built documentation associated with this PR can be viewed here, and the raw RTD build log can be viewed here.
Consult Iris pull request check list