junrushao commented on code in PR #105: URL: https://github.com/apache/tvm-ffi/pull/105#discussion_r2424785648
########## pyproject.toml: ########## @@ -60,6 +60,7 @@ docs = [ "sphinx-autobuild", "sphinx-book-theme", "sphinx-copybutton", + "sphinx-design", Review Comment: Not for now. In the future we will probably prefer uv lockfiles instead ########## docs/.rstcheck.cfg: ########## @@ -1,4 +1,5 @@ [rstcheck] report_level = warning -ignore_directives = automodule, autosummary, currentmodule, toctree, ifconfig -ignore_roles = ref, cpp:class, cpp:func, py:func +ignore_directives = automodule, autosummary, currentmodule, toctree, ifconfig, tab-set, collapse, tabs +ignore_roles = ref, cpp:class, cpp:func, py:func, c:macro Review Comment: It’s fine. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
