-
-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: fix broken HTML #4720
docs: fix broken HTML #4720
Conversation
This small PR fixes - HTML id attributes - a `href` typo
TravisCI complains about the following but I'll merge anyway:
and
and
|
This small PR fixes - HTML id attributes - a `href` typo
The removeprefix tells me something. Are we sure we are using a supported Python version? It should be at least Python 3.9. |
https://docs.python.org/3/library/stdtypes.html#str.removeprefix Was added in Python 3.9, and it is the minimum required version. (3.13 is out) |
There seems to be an Travis ci Ubuntu 2204 image update 10 hours ago: https://changelog.travis-ci.com Before (about 15 days ago): https://hub.docker.com/layers/travisci/ci-ubuntu-2204/packer-1730720943-739fb912/images/sha256-451245fb8b63cba9d0201c8f7ec1d299aad5cfda366acb2ac73aad92bd2381c8?context=explore |
Yes, see this new error: OSGeo/grass-addons#1241 (comment) (grass.osgeo.org is a Debian box) |
But the Travis stack trace failing on str.removeprefix shouldn't be happening |
This small PR fixes
href
typo