SSH module documentation not generated in ReadTheDocs
Bug #1860450 reported by
Dan Watkins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cloud-init |
Fix Released
|
High
|
Dan Watkins |
Bug Description
It should appear on https:/
If I run `tox -e doc` locally, it _is_ included, which suggests this is an issue with our ReadTheDocs generation specifically, not the docs in general.
Changed in cloud-init: | |
assignee: | nobody → Dan Watkins (daniel-thewatkins) |
To post a comment you must log in.
From the build logs it looks like there are some additional docs missing as well:
WARNING: autodoc: failed to import module 'cc_byobu' from module 'cloudinit.config'; the following exception was raised: authkey_ fingerprints' from module 'cloudinit.config'; the following exception was raised:
No module named 'configobj'
WARNING: autodoc: failed to import module 'cc_landscape' from module 'cloudinit.config'; the following exception was raised:
No module named 'configobj'
WARNING: autodoc: failed to import module 'cc_mcollective' from module 'cloudinit.config'; the following exception was raised:
No module named 'configobj'
WARNING: autodoc: failed to import module 'cc_runcmd' from module 'cloudinit.config'; the following exception was raised:
No module named 'configobj'
WARNING: autodoc: failed to import module 'cc_salt_minion' from module 'cloudinit.config'; the following exception was raised:
No module named 'configobj'
WARNING: autodoc: failed to import module 'cc_set_passwords' from module 'cloudinit.config'; the following exception was raised:
No module named 'configobj'
WARNING: autodoc: failed to import module 'cc_ssh' from module 'cloudinit.config'; the following exception was raised:
No module named 'configobj'
WARNING: autodoc: failed to import module 'cc_ssh_
No module named 'configobj'
WARNING: autodoc: failed to import module 'cc_ssh_import_id' from module 'cloudinit.config'; the following exception was raised:
No module named 'configobj'
WARNING: autodoc: failed to import module 'cc_users_groups' from module 'cloudinit.config'; the following exception was raised:
No module named 'configobj'