tmedicci opened a new pull request, #15881: URL: https://github.com/apache/nuttx/pull/15881
## Summary After https://github.com/apache/nuttx-apps/pull/2982, there is no need to mount the modules and manually set the required environment variables: they are all set by the new Python wrapper application. ## Impact Impact on user: YES. Users don't need to mount and set the environment variables anymore. Documentation should reflect it. Impact on build: NO. <!-- Does it impact on building NuttX? How? (please describe the required changes on the build system) --> Impact on hardware: NO. <!-- Does it impact a specific hardware supported by NuttX? --> Impact on documentation: YES. Documentation is being fixed to reflect the current procedure to run Python. Impact on security: NO. <!-- Does it impact NuttX's security? --> Impact on compatibility: NO. <!-- Does it impact compatibility between previous and current versions? Is this a breaking change? --> ## Testing Just build the documentation locally: ``` cd Documentation make html ``` -- 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