Comment #2 on issue 840 by [email protected]: libdoc.py: is an actual
import of dependencies really required?
http://code.google.com/p/robotframework/issues/detail?id=840
Thanks for looking into this issue.
Regarding #2, in our company we do it in a CI way, so that developers don't
have to bother with generating the docs and publishing them each time they
commit a change to the lib. This also eliminates the risk one would forget
to update the doc when a change is done and allows docs users to be sure
the docs are always up to date with the library itself.
Does libdoc.py really have to import the module to be documented? Could it
be done some other way? That's propably my main concern here.