QUERY · ISSUE
docs.micropython.org/ should redirect to stable release version.
docs
As https://github.com/micropython/micropython/issues/5387 shows, there are contents in the documentation that are not yet available in the official downloads.
These should be marked in the docs.
CANDIDATE · PULL REQUEST
docs/conf.py: Set "version" and "release" to the same value.
We don't use alpha/beta/RC, so for us version and release should be the
same, or it leads to confusion (for example, current, 1.9.1 docs are
marked as 1.9 at places).