godot-docs
godot-docs copied to clipboard
Following url from in-editor docs gives "You are not reading the most recent version of this documentation. 3.5 is the latest version available."
Your Godot version:
3.4.4
Issue description:
3.5 is still in beta as of the time writing this, so either this warning:
should not show up, or the tutorial links:

should refer to the latest documentation if that is preferred. URL to the documentation page (if already existing): (or any other) https://docs.godotengine.org/en/3.4/tutorials/networking/http_request_class.html
This warning is added by Read the Docs itself. Unfortunately, I don't think we have any control over it.
cc @akien-mga
This feature is too difficult to get right, anytime we create a new development branch for an upcoming release it infers it as the latest stable (they expect us to use semver and thus use a pre-release branch name but that means yet another duplicate documentation instance and it's bad to SEO to rename that branch when it's finally released).
So I disabled it (will need a rebuild of all branches, it's static).