potiuk commented on PR #34809:
URL: https://github.com/apache/airflow/pull/34809#issuecomment-1775614880
Yep. Looks better. I think those are not spellcheck errors but some regular
sphinx riddiles. Sphinx does not seem to like SOMETHING in the docs and not
tell exactly where. The usual thing which hopefully when we move to #33156
might get better. For now it requires a bit guessing what's wrong,
unfortunately.
```
############################## Start docs build errors summary
##############################
============================== apache-airflow-providers-celery
==============================
------------------------------ Error 1 --------------------
WARNING: undefined label: 'executor:celeryexecutor'
File path:
apache-airflow-providers-celery/_api/airflow/providers/celery/executors/celery_executor/index.rst
(4)
1 | :py:mod:`airflow.providers.celery.executors.celery_executor`
2 | ============================================================
3 |
> 4 | .. py:module:: airflow.providers.celery.executors.celery_executor
5 |
6 | .. autoapi-nested-parse::
7 |
8 | CeleryExecutor.
9 |
============================== apache-airflow-providers-cncf-kubernetes
==============================
------------------------------ Error 1 --------------------
WARNING: undefined label: 'executor:kubernetesexecutor'
File path:
apache-airflow-providers-cncf-kubernetes/_api/airflow/providers/cncf/kubernetes/executors/kubernetes_executor/index.rst
(4)
1 |
:py:mod:`airflow.providers.cncf.kubernetes.executors.kubernetes_executor`
2 |
=========================================================================
3 |
> 4 | .. py:module::
airflow.providers.cncf.kubernetes.executors.kubernetes_executor
5 |
6 | .. autoapi-nested-parse::
7 |
8 | KubernetesExecutor.
9 |
============================== apache-airflow-providers-daskexecutor
==============================
------------------------------ Error 1 --------------------
WARNING: undefined label: 'executor:daskexecutor'
File path:
apache-airflow-providers-daskexecutor/_api/airflow/providers/daskexecutor/executors/dask_executor/index.rst
(4)
1 | :py:mod:`airflow.providers.daskexecutor.executors.dask_executor`
2 | ================================================================
3 |
> 4 | .. py:module:: airflow.providers.daskexecutor.executors.dask_executor
5 |
6 | .. autoapi-nested-parse::
7 |
8 | DaskExecutor.
9 |
############################## End docs build errors summary
##############################
```
--
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]