potiuk edited a comment on pull request #16884: URL: https://github.com/apache/airflow/pull/16884#issuecomment-877823206
The two errors now are not obvious indeed: ``` ------------------------------ Error 1 -------------------- /opt/airflow/docs/apache-airflow-providers-apache-drill/_api/drill/index.rst: WARNING: document isn't included in any toctree ``` Here, i think (@mik-laj ?) "drill" has to be added to this list: https://github.com/apache/airflow/blob/d3f300fba8c252cac79a1654fddb91532f44c656/docs/conf.py#L537 ``` ------------------------------ Error 2 -------------------- /opt/airflow/docs/apache-airflow-providers-apache-drill/commits.rst: WARNING: document isn't included in any toctree ``` Not obvioius, I know, but copy this below the "AIUTOGENERATED" comment in index.rst (see https://raw.githubusercontent.com/apache/airflow/main/docs/apache-airflow-providers-airbyte/index.rst). I will improve it in the future when someone adds a new provider so that this is not misleading: ``` .. toctree:: :maxdepth: 1 :caption: Commits Detailed list of commits <commits> ``` -- 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]
