tmt icon indicating copy to clipboard operation
tmt copied to clipboard

Make the sphinx autodoc documents evaluate last

Open LecrisUT opened this issue 3 months ago • 0 comments

This is quite a nasty hidden issue. Because both sphinx and tmt are using annotations, if sphinx imports tmt first, it will affect the code when we actually want to evaluate the tmt modules.

I could not find a way around it and until upstream offers some interface https://github.com/sphinx-doc/sphinx/issues/14010, this is the best workaround that we can do.

Depends on: #3977

LecrisUT avatar Nov 05 '25 17:11 LecrisUT