ZJUGuoShuai opened a new issue #10113:
URL: https://github.com/apache/tvm/issues/10113


   ### Expected behavior
   
   Making documentation according to 
[docs/README.md](https://github.com/apache/tvm/tree/main/docs#native):
   
   ```
   cd docs && make html
   ```
   
   should be run without any error.
   
   ### Actual behavior
   
   ```
   Configuration error:
   Unknown key(s) in sphinx_gallery_conf:
   'find_mayavi_figures'
   make: *** [html] Error 2
   ```
   
   After searching, I found out that `find_mayavi_figures` is an outdated 
option of [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) 
due to a 
[commit](https://github.com/sphinx-gallery/sphinx-gallery/commit/573f974bb6fabffcddcf6efef3d7eed6f2ef37f8).
   
   
   ### Environment
   
   - **OS**: macOS 12.2
   - **TVM** Git commit: b365586159cd76a7fcd12d7915d2b59cc59e7105
   
   ### Steps to reproduce
   
   1. Clone the repo.
   2. Build the TVM.
   3. `cd docs && make html`
   


-- 
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]


Reply via email to