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).