potiuk commented on code in PR #29200: URL: https://github.com/apache/airflow/pull/29200#discussion_r1090497120
########## docs/apache-airflow/public-airflow-interface.rst: ########## @@ -245,24 +245,17 @@ Executors are the mechanism by which task instances get run. All executors are derived from :class:`~airflow.executors.base_executor.BaseExecutor`. There are several executor implementations built-in Airflow, each with its own unique characteristics and capabilities. -Airflow has a set of Executors that are considered public. You are free to extend their functionality -by extending them: - -.. toctree:: - :includehidden: - :glob: - :maxdepth: 1 - - _api/airflow/executors/index Review Comment: Yeah. As counter-intuitive as it is, we need to exclude it in docs/conf.py ``` # A list of patterns to ignore when finding files autoapi_ignore = [ ``` -- 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]
