ruslo commented on PR #18732:
URL: https://github.com/apache/tvm/pull/18732#issuecomment-3888156954

   > It is caused by the PR body containing a @<commit> pattern (from the git 
URL), which is interpreted by the PR checker as tagging a user.
   
   Okay, I see, but note that it's not about the commit, but about the first 
GitHub message. Commit is free of any `@...` patterns:
   
   ```
   $ git show --no-patch 8a7a410c8b92aaadd2f30f230c51f4b1d4047fd3
   
   commit 8a7a410c8b92aaadd2f30f230c51f4b1d4047fd3
   Author: ...
   Date:   Sun Feb 8 11:12:08 2026 +0800
   
       [DOC] Fix RST syntax
       
       Fix RST syntax in 'export_and_load_executable.py'
   ```
   
   I edited my message, copying removed info here:
   
   
   ---
   
   I guess the problem is about spaces. However, I was not able to build 
documentation locally. I checked the instructions from 
https://github.com/apache/tvm/tree/9eac0e1635c83904aedd1100c9471c608d89a7ad/docs#build-locally
   
   Both ended up in error.
   
   ```
   $ USE_SCCACHE=0 DEBUG=1 python tests/scripts/ci.py docs --cpu
   
   + python3 -m pip install Sphinx==4.2.0 tlcpack-sphinx-addon==0.2.1 
image==1.5.33 
git+https://github.com/sphinx-gallery/sphinx-gallery.git@6142f1791151849b5bec4bf3959f75697ba226cd
 sphinx-rtd-theme==1.0.0 matplotlib==3.3.4 commonmark==0.9.1 Pillow==8.3.2 
autodocsumm==0.2.7 docutils==0.16
   
   ERROR: Could not install packages due to an OSError: [Errno 13] Permission 
denied: 'WHEEL'
   Check the permissions.
   ```
   
   ```
   $ ./docker/bash.sh ci_gpu -c 'python3 -m pip install --quiet 
tlcpack-sphinx-addon==0.2.1 && python3 -m pip freeze'
   
   Error: Unknown flag: -c
   ```
   
   Hints are welcome :pray: 
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to