ruslo opened a new pull request, #18732:
URL: https://github.com/apache/tvm/pull/18732

   Fix RST syntax in 'export_and_load_executable.py'
   
   ---
   
   The code is not correctly rendered here:
   - 
https://tvm.apache.org/docs/how_to/tutorials/export_and_load_executable.html
   
   See the `code-block` parts:
   
   <img width="880" height="390" alt="Screenshot from 2026-02-08 11-11-23" 
src="https://github.com/user-attachments/assets/7549c93d-f453-48c6-bbbd-bf7d2549c072";
 />
   
   ---
   
   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