driazati commented on PR #11630: URL: https://github.com/apache/tvm/pull/11630#issuecomment-1155692043
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 -- 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]
