In the current implementation of the automatic documentation generation for python packages, docs are generated thanks to the script gen_ref_pages present in the srcipts/ folder.
However some python packages and files are being skipped. This was done since they were causing issues in the building of the documentation. Thus, some investigation is needed.
Code reference:
https://github.com/ubm-driverless/ubm-docs/blob/a773831ea79f8535e5b8668ab12a492557af6d7a/scripts/gen_ref_pages.py#L15C1-L19C5
In the current implementation of the automatic documentation generation for python packages, docs are generated thanks to the script
gen_ref_pagespresent in thesrcipts/folder.However some python packages and files are being skipped. This was done since they were causing issues in the building of the documentation. Thus, some investigation is needed.
Code reference:
https://github.com/ubm-driverless/ubm-docs/blob/a773831ea79f8535e5b8668ab12a492557af6d7a/scripts/gen_ref_pages.py#L15C1-L19C5