Imported classes confuses intersphinx

Issue #3945 closed
Charles Bouchard-Légaré created an issue

Sphinx (using intersphinx) can't find some classes from your objects.inv, resulting in

See the objects.inv

WARNING: py:class reference target not found: sqlalchemy.ext.declarative.api.Schema

This can be worked around by assigning the __module__ property of classes imported in any __init__.py. See also http://stackoverflow.com/a/24787344

Comments (2)

  1. Log in to comment