zopefoundation / zope.annotation

Mechanism for storing additional information about objects without modifying their classes
Other
1 stars 8 forks source link

RTD site broken #12

Closed jamadden closed 7 years ago

jamadden commented 7 years ago

Similarly to zopefoundation/zope.password#11, the RTD site doesn't appear to be installing the package, so none of the interfaces or classes are documented:

/home/docs/checkouts/readthedocs.org/user_builds/zopeannotation/checkouts/latest/docs/api.rst:11: WARNING: autodoc: failed to import module u'zope.annotation.interfaces'; the following exception was raised:
Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/zopeannotation/envs/latest/local/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 551, in import_object
    __import__(self.modname)
ImportError: No module named annotation.interfaces

Can the RTD project owner please check on that? I believe it is @tseaver

tseaver commented 7 years ago

I've updated the RTD project to install zope.annotation. The API docs are now populated.

jamadden commented 7 years ago

Thank you!