rtd with latest mambaforge image for faster building#4476
Merged
tkknight merged 2 commits intoSciTools:mainfrom Jan 5, 2022
Merged
rtd with latest mambaforge image for faster building#4476tkknight merged 2 commits intoSciTools:mainfrom
tkknight merged 2 commits intoSciTools:mainfrom
Conversation
bjlittle
commented
Jan 4, 2022
Member
Author
|
@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. |
Contributor
|
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. |
Member
Author
|
@tkknight Thanks. I'll remove the |
d98adfd to
aff05e0
Compare
Member
Author
|
So we're now down to about |
Member
Author
|
Back to you @tkknight after a wierd CI barf |
Member
Author
|
... the days of |
tkknight
added a commit
to tkknight/iris
that referenced
this pull request
Jan 5, 2022
* 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)
Member
Author
|
Awesome, thanks @tkknight 😄 |
tkknight
added a commit
to tkknight/iris
that referenced
this pull request
Jan 6, 2022
* 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 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