-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Read the docs v0.10 not in stable? #1798
Comments
Yes, see #1796. tl;dr pvfactors requires pvlib<0.10, so the v0.10.0 docs build failed because it requires pvfactors. |
Unfortunately I don't see a way to fix this that doesn't involve editing v0.10.0, which I think is a non-starter. At least One thing to look into and possibly fix is why RTD treated the overall build as a failure (and didn't host the build results) just because of an issue in the example gallery. |
Thanks for the quick fix Kevin! If I understand correctly, we could have avoided the problem if we 1. always issue a prerelease and 2. test the code and docs in a GitHub action as part of the release pipeline. Is that correct and reasonable? |
I think so. Testing on the prerelease tag also catches any missed I have avoided making prereleases in the past so as to not clutter up the GH and PyPI releases pages. But a bit of "clutter" is well worth preventing this from happening again IMHO :) |
It's not really worth it since it's been fixed on 10.1 IMO |
Describe the bug
At the documentation does not shoot v0.10 in “stable,” only as “latest”
To Reproduce
Go to https://pvlib-python.readthedocs.io/en/stable/whatsnew.html
Expected behavior
this page should show v0.10
Screenshots
Versions:
pvlib.__version__
: v0.10Additional context
Also note the url for read the docs in GitHub releases (https://github.com/pvlib/pvlib-python/releases/tag/v0.10.0) is wrong
The text was updated successfully, but these errors were encountered: