aaronmarkham commented on issue #16146: Website build on CI is down due to 
Julia error
URL: 
https://github.com/apache/incubator-mxnet/issues/16146#issuecomment-583621774
 
 
   My guess is that the dependencies in the julia docs chain hit this error:
   ```
   ERROR: mkdocs-material 4.6.0 has requirement markdown<3.2, but you'll have 
markdown 3.2 which is incompatible.
   ```
   It does this:
   ```
   pip install --user pygments mkdocs mkdocs-material python-markdown-math
   ```
   So I'm thinking those all need to be version pinned and roll back 
mkdocs-material to a version that still works. Or pin markdown to a previous 
version...
   
   That would be here:
   
https://github.com/apache/incubator-mxnet/blob/7caffa65e30f37e70796ba165ac5a4265e64974e/julia/docs/Makefile#L23

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to