compas-dev / compas-dev/compas_invocations2
`invoke docs -r` doesn't clean generated api files
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Not all API auto generated files are cleaned when using the clean flag (`-r`) with `invoke docs -r`.
Can cause sphinx to break when changes are made to the documented package API structure.

A clear and concise description of what the bug is.
**To Reproduce**
Not sure exactly, maybe removed modules remain stale in the generated files.
**Expected behavior**
All auto generated files should be wiped.
Contributor guide
Assessment
This issue has not been assessed yet.