guberti commented on code in PR #13627: URL: https://github.com/apache/tvm/pull/13627#discussion_r1063753264
########## docs/conf.py: ########## @@ -84,6 +86,148 @@ def git_describe_version(original_version): version = git_describe_version(tvm.__version__) release = version + +def monkey_patch(module_name, func_name): Review Comment: I agree that `reset_modules` is a valid approach, but I think going that route would make the changes less readable. Permanently altering `sphinx-gallery` is not desirable, but it may be the cleanest option other than forking `sphinx-gallery`. -- 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]
