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
I have trouble getting Sphinx autodoc feature to work on code where I have from __future__ import XXX statements. As long as I have, e.g., from __future__ import division at the top of my module, Sphinx will not generate an ..autosummary:: of the module. Once I remove the __future__ import, Sphinx works as it's supposed to.