v01d commented on issue #1649: URL: https://github.com/apache/incubator-nuttx/issues/1649#issuecomment-685915787
Ok, it seems I had other packages out of date. I can confirm that after adding minimum version to requirements.txt and doing pip3 install -r requirements.txt it now builds. As per using minimum versions instead of exact ones, I agree it is better in principle, unless regressions occur on those packages. The exact version ensures that docs will always build no matter what. Using "*" in the Pipfile indeed sounds that it could eventually break (besides the fact that both files express different requirements). @adamfeuer seemed to think differently. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
