You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This currently is tightly bound to the variants library specifically, which means that if users vendor variants, they'll also likely need to vendor sphinx_autodoc_variants as well, possibly messing with some code paths at the same time.
This will also fail for things like dateutil.gettz, which is a callable that has other member functions as well. It might be worth using some duck-typing solution to this problem.
The text was updated successfully, but these errors were encountered:
This currently is tightly bound to the
variants
library specifically, which means that if users vendorvariants
, they'll also likely need to vendorsphinx_autodoc_variants
as well, possibly messing with some code paths at the same time.This will also fail for things like
dateutil.gettz
, which is a callable that has other member functions as well. It might be worth using some duck-typing solution to this problem.The text was updated successfully, but these errors were encountered: