btashton commented on issue #1649:
URL:
https://github.com/apache/incubator-nuttx/issues/1649#issuecomment-685912130
I think you have multiple versions stepping on each other. I just use
`requirements.txt`, I'm still not quite sure why we are fully pinning in
requirements.txt and then `*` in Pipfile, these are both wrong to me. I would
expect to set minimal versions in the requirements.txt file.
```
--- a/Documentation/requirements.txt
+++ b/Documentation/requirements.txt
@@ -1,3 +1,4 @@
sphinx-rtd-theme==0.5.0
m2r2==0.2.5
sphinx==3.2.1
+Pygments>=2.6.1
```
```
❯ pip freeze
alabaster==0.7.12
Babel==2.8.0
certifi==2020.6.20
chardet==3.0.4
docutils==0.16
idna==2.10
imagesize==1.2.0
Jinja2==2.11.2
m2r2==0.2.5
MarkupSafe==1.1.1
mistune==0.8.4
packaging==20.4
Pygments==2.6.1
pyparsing==2.4.7
pytz==2020.1
requests==2.24.0
six==1.15.0
snowballstemmer==2.0.0
Sphinx==3.2.1
sphinx-rtd-theme==0.5.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
urllib3==1.25.10
```
----------------------------------------------------------------
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]