You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/09/30 09:20:00 UTC

[GitHub] [incubator-tvm] leandron opened a new pull request #6595: [docs] Missing documentation dependency 'autodocsumm' on docs/README.txt

leandron opened a new pull request #6595:
URL: https://github.com/apache/incubator-tvm/pull/6595


   When testing a new tutorial I'm writing about TVMC, I noticed that the guidance to generate docs is missing one plugin: `autodocsumm`.
   
   If this is not present you'll see an error like this:
   ```
   $ ./tests/scripts/task_sphinx_precheck.sh
   cd python; python3 setup.py build_ext --inplace
   WARNING: Cython is not installed, will compile without cython module
   running build_ext
   PreCheck sphinx doc generation WARNINGS..
   rm -rf _build/*
   rm -rf gen_modules
   rm -rf tutorials
   rm -rf vta/tutorials
   python3 -m sphinx -b html -d _build/doctrees   . _build/html
   Running Sphinx v3.2.1
   
   Extension error:
   Could not import extension autodocsumm (exception: No module named 'autodocsumm')
   Makefile:70: recipe for target 'html' failed
   make: *** [html] Error 2
   ```


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



[GitHub] [incubator-tvm] tqchen commented on pull request #6595: [docs] Missing documentation dependency 'autodocsumm' on docs/README.txt

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #6595:
URL: https://github.com/apache/incubator-tvm/pull/6595#issuecomment-702244761


   Thanks @leandron !


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



[GitHub] [incubator-tvm] tqchen merged pull request #6595: [docs] Missing documentation dependency 'autodocsumm' on docs/README.txt

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #6595:
URL: https://github.com/apache/incubator-tvm/pull/6595


   


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



[GitHub] [incubator-tvm] leandron commented on pull request #6595: [docs] Missing documentation dependency 'autodocsumm' on docs/README.txt

Posted by GitBox <gi...@apache.org>.
leandron commented on pull request #6595:
URL: https://github.com/apache/incubator-tvm/pull/6595#issuecomment-701271256


   cc @tqchen 


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