-
Notifications
You must be signed in to change notification settings - Fork 8
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
Wrong version displayed for msprime #22
Comments
Odd, I can't recreate locally. I think we should use a more flexible way of getting the version number in anyway as I suggested over at tskit-dev/msprime#1396 (comment) |
Happy to look at alternatives to setting the version via sphinx. |
Maybe it's an issue with running in a venv? But, you always run everything in venvs, don't you? (So you should see it locally if so...) |
Yes, I'm always in a venv, I even wiped my venv and pip installed the CI-docs requirements, still couldn't recreate. |
Weird. A snippet of JS would be more flexible, allright, if we could do that. |
Looks like this is a problem with shallow clones done on Actions:
I'll try the |
The wrong version of msprime is being displayed on the intro page. For some reason, we've got version = "0.1.dev1", which means that either the custom sphinx extension defined in tskit-dev/msprime#1408 isn't being executed, or the sphinx config is somehow being overwritten later in the process.
The Python path must be OK, because we wouldn't get the autodocs output otherwise.
Any ideas @benjeffery?
The text was updated successfully, but these errors were encountered: