potiuk opened a new issue, #40302: URL: https://github.com/apache/airflow/issues/40302
### Body When building documentation (`breeze build-docs`) and you press ctrl-c in-between, the autoapi docs might remain empty and they cause ``` toctree contains reference to nonexisting document '_api/*` errors better when building docs ``` Currently the way to fix it is to add `--clean-build` option when you build docs. We should likely improve the build process to handle it a bit better. Either a) detect it happens and regenerate api docs b) suggest the user to use `--clean-build` when it happens ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
