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
Since Sphinx 7.2.0 has already dropped support for Python 3.8, this means that all docs preview builds on netlify are built with Sphinx 7.1.2 instead of the latest one.
myst-parser >=4 has dropped support for py38 and py39. Netlify is still stuck on py38 and there's no upgrade in sight. They simply don't care about Python. Being stuck on myst-parser >=1.0.0,<4 could introduce problems in the future though if they introduce breaking changes which affect our documentation sources. Then Streamlink packagers who build the docs and man pages can't use the latest myst-parser versions. I doubt that there will be any breaking changes which will affect us, but it's possible.
Previews for GitHub-pages builds are still not supported, same as deploying to a different repo, so dropping Netlify in favor of GH actions for docs previews is currently impossible:
Netlify is still stuck on Python 3.8:
Since Sphinx 7.2.0 has already dropped support for Python 3.8, this means that all docs preview builds on netlify are built with Sphinx 7.1.2 instead of the latest one.
The docs dependencies must not be bumped when bumping would drop support for Python 3.8, or we would break the preview builds.
The text was updated successfully, but these errors were encountered: