Actions
Issue #8784
closedautodoc errors during build
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation
Sprint:
Quarter:
Q2-2021
Description
The following autodoc errors show when you build docs locally:
Failed to import 'pulpcore.app.fields': no module named pulpcore.app.fields
Failed to import 'pulpcore.tasking.services.manage_workers': no module named pulpcore.tasking.services.manage_workers
Failed to import 'pulpcore.tasking.services.storage': no module named pulpcore.tasking.services.storage
Failed to import 'pulpcore.tasking.services.worker_watcher': no module named pulpcore.tasking.services.worker_watcher
Failed to import 'pulpcore.app.auth': no module named pulpcore.app.auth
Actions
Fixes autodoc build errors
Autodoc was failing to find several python modules, but these failures didn't cause formal docs build errors. In cases where code was moved, this PR fixes the paths to resolve the error. In cases where code was removed, it removes those autodoc entries.
closes #8784