nmaggioni commented on PR #16515: URL: https://github.com/apache/nuttx/pull/16515#issuecomment-2964501081
@cederom I'd say that as long as it builds, it's fine! The issue with my PR was just that I added the new sphinx-collapse extension and - for reasons that I didn't investigate - newer Python versions automatically pulled in MarkupSafe as a secondary dependency while older ones did not, so it now had to be listed explicitly in the Pipfile. I spun up a Docker container with Python 3.8, the same version as the CI, and regenerated a valid lockfile with that. Surely moving to a supported Python release would be a good thing anyway, possibly at least 3.12 while you're at it and nothing breaks? Docs seemed to build fine on my machine with 3.13, so I'd say it's doable. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org