potiuk commented on code in PR #24386:
URL: https://github.com/apache/airflow/pull/24386#discussion_r895947205
##########
docs/conf.py:
##########
@@ -668,18 +674,23 @@ def _get_params(root_schema: dict, prefix: str = "",
default_section: str = "")
PACKAGE_DIR,
]
+if SYSTEM_TESTS_DIR and os.path.exists(SYSTEM_TESTS_DIR):
+ autoapi_dirs.append(SYSTEM_TESTS_DIR)
+
# A directory that has user-defined templates to override our default
templates.
if PACKAGE_NAME == 'apache-airflow':
autoapi_template_dir = 'autoapi_templates'
# A list of patterns to ignore when finding files
autoapi_ignore = [
'*/airflow/_vendor/*',
- '*/example_dags/*',
'*/_internal*',
'*/node_modules/*',
'*/migrations/*',
'*/contrib/*',
+ '**/example_sla_dag.py',
+ '**/example_taskflow_api_etl_docker_virtualenv.py',
+ '**/example_dag_decorator.py',
Review Comment:
I can try to remove those and see. :)
--
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]