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
Updated by pulpbot over 3 years ago
- Status changed from ASSIGNED to POST
Added by bmbouter over 3 years ago
Updated by bmbouter over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|7fbcee34ebb22fd7d1acf0c96e835daa48c8a937.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
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