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
As described in #143, sphinx has started to emit "import cycle" warnings when using an absolute import while currentmodule is active. This means that packages that define both the object that is extended and any accessors will see this warning.
In #143 I chose to ignore the warning, but it would still be better to resolve it instead (somehow).