tqchen opened a new issue #4908: [DOCS] Fix Warnings in Sphinx
URL: https://github.com/apache/incubator-tvm/issues/4908
 
 
   While the docs builds just fine in the CI. There are a bunch of warnings 
being generated. We do not fix all the categories(e.g. the warning about image 
scale can simply be ignore), but some other warnings may affect the result of 
rendered document(in the case of bad format of embedded rst).
   
   This thread calls for volunteers to help fix these issues(in most cases by 
changing the docstring to the correct format or change the rst content). After 
we collectively fixed most of them, we can start to introduce more strict 
checks in the CI to fail when new type of warnings occur.
   
   To reproduce locally, run the following command in the docs folder(which 
does not need to execute the sphinx gallery part)
   
   ```bash
   TVM_TUTORIAL_EXEC_PATTERN=none 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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to