Lunderberg commented on pull request #8735: URL: https://github.com/apache/tvm/pull/8735#issuecomment-897716252
@hogepodge I ran into a [CI issue](https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-8451/9/pipeline/#step-332-log-1504) that I believe resulted from the `user_tutorial` folder in #8676. The CI checks out the version to be tested, but doesn't do any additional cleaning. As a result, the `docs/user_tutorials/*.rst` files were still around alongside the `docs/tutorials/*.rst` files, and sphinx gave several warnings about duplicate tags. With this commit, the reorganization is safe to do, as all generated `*.rst` files are made in a dedicated `docs/_staging` folder. -- 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]
