Sets environment variable in tox docs build command to suppress/ignore frozen module warnings. Interestingly this also eliminates the complex -> real casting warning coming from JAX's tensordot (which I will choose to not think about deeply for now :) ). Thanks to @wshanks for help.
Summary
Sets environment variable in
tox
docs build command to suppress/ignore frozen module warnings. Interestingly this also eliminates the complex -> real casting warning coming from JAX'stensordot
(which I will choose to not think about deeply for now :) ). Thanks to @wshanks for help.Details and comments