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
For docs hosted on sites other that RTD, I would love to be able to point to a custom URL suffix (versionwarning_api_url only provides the base) and have code that extracts the version from that. Happy to provide examples if needed.
The text was updated successfully, but these errors were encountered:
Thank you. Looking at the code, both the data loading, version detection, and banner injection is wrapped up in checkVersion(). That would likely need to be broken up to allow a custom function to bring in the value for highest_version. Does that sound reasonable?
For docs hosted on sites other that RTD, I would love to be able to point to a custom URL suffix (
versionwarning_api_url
only provides the base) and have code that extracts the version from that. Happy to provide examples if needed.The text was updated successfully, but these errors were encountered: