You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Someone on stackoverflow tried using the example code in our latest docs with pvlib 0.8.1 because they didn't realize the feature wasn't in a stable release yet: https://stackoverflow.com/questions/68357949/cant-find-pvlib-pvsystem-array
Describe the solution you'd like
A warning banner at the top of the pages at https://pvlib-python.readthedocs.io/en/latest/ saying something like "this page might use unreleased features; click here to view documentation for the current pvlib release". One straightforward method described here looks like this:
Describe alternatives you've considered
Maybe just disable the "latest" docs altogether? If it's for unreleased features then what's the value in making it public?