This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
The following commit(s) were added to refs/heads/master by this push:
new 8f64286 [docs] Missing documentation 'autodocsumm' (#6595)
8f64286 is described below
commit 8f642868928f45024d102b8f3aee8dccc7359ec3
Author: Leandro Nunes <[email protected]>
AuthorDate: Thu Oct 1 17:16:36 2020 +0100
[docs] Missing documentation 'autodocsumm' (#6595)
---
docs/README.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/README.txt b/docs/README.txt
index 87acd30..09c8e9b 100644
--- a/docs/README.txt
+++ b/docs/README.txt
@@ -3,7 +3,7 @@ TVM Documentations
This folder contains the source of TVM documents
- A hosted version of doc is at https://tvm.apache.org/docs
-- pip install sphinx>=1.5.5 sphinx-gallery sphinx_rtd_theme matplotlib Image
recommonmark "Pillow<7"
+- pip install sphinx>=1.5.5 sphinx-gallery sphinx_rtd_theme matplotlib Image
recommonmark "Pillow<7" autodocsumm
- Build tvm first in the root folder.
- Run the following command
```bash