-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix wrong version in title in Readthedocs documentation #3815
Conversation
To see the version, you can run the command
For this branch, it shows |
Maybe see if we can copy the entire .readthedocs.yml from iris? e.g. I see they are installing differently: https://github.com/SciTools/iris/blob/2600fb9bd9a1309fa6e989c1728589aa8140fb94/.readthedocs.yml#L28-L31 |
I highly doubt that's the bit that fixes it, but yeah why not, I just plopped it in, let's see 🤞 |
ha love this, 'tis magic 😁 |
so I think I know what the cause is: at installation point, the pip install assigns a development version, see the raw output - much easier for me to read:
which is fine, that's the normal behaviour. But I think RTD import that version, moreover, |
This needs to be removed, you're installing twice now: Lines 24 to 25 in df8d323
|
agh! |
Because you're not building the v2.11.0 tag but this branch. The version you see on readthedocs should be the same as the one you see when running The |
snap! That was the code change all along! But the flow runs a |
Looks perfect now! |
It runs the stash after the |
Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl>
ah so it was the double install that was messing things up - thanks a lot @bouweandela - just in time for Friday pub 🍺 |
Description
Before you get started
Checklist
It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.