huajsj commented on PR #11630: URL: https://github.com/apache/tvm/pull/11630#issuecomment-1155725219
> the docs only get moved as part of `task_python_docs.sh` it looks like, did you see them moved after just running `make html` (which afaik we haven't customized at all so it just does the standard sphinx thing)? for running `python tests/scripts/ci.py docs` the folder does get moved but `python tests/scripts/ci.py serve-docs` should handle that > > https://github.com/apache/tvm/blob/d92a7731a28d87d6644d18619f94f341250318b3/tests/scripts/task_python_docs.sh#L166-L167 you are right, make html do not move the file, we should still use the path _build/html for native fixed another issue that before "make html", should first go into "docs", the existing guide not mention this. -- 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]
