-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: WARNING: autodoc: failed to import module 'eaton' from module ... #1352
Comments
Looks like we have a whole bunch of modules which were never added to the pyproject.toml file but are required for automatic doc generation. We'll need to check whether they are required or if the warnings can be safely ignored. |
Huh? All these modules are referenced in the pyproject.toml in the "dev" extra. @sjg20 If you want to have autodoc functionality, follow the steps in the docs, but use |
OK, will do. I also hit this problem: readthedocs/readthedocs.org#9038 Python seems to be a disaster at the moment |
The 'make html' command fails witht he [doc] build. Update the documentation to show how to resolve this. Fixes: labgrid-project#1352 Signed-off-by: Simon Glass <sjg@chromium.org>
The 'make html' command fails with the [doc] build. Update the documentation to show how to resolve this. Fixes: labgrid-project#1352 Signed-off-by: Simon Glass <sjg@chromium.org>
I am seeing warnings when building the docs:
The text was updated successfully, but these errors were encountered: