potiuk commented on code in PR #32495: URL: https://github.com/apache/airflow/pull/32495#discussion_r1258610847
########## dev/breeze/src/airflow_breeze/commands/developer_commands.py: ########## @@ -95,6 +95,9 @@ ) from airflow_breeze.utils.shared_options import get_dry_run, get_verbose, set_forced_answer from airflow_breeze.utils.visuals import ASCIIART, ASCIIART_STYLE, CHEATSHEET, CHEATSHEET_STYLE +from docs.exts.docs_build.docs_builder import AirflowDocsBuilder Review Comment: (that's part of the problem to solve - to get rid of the "docs" folder that needs to be added on PYTHONPATH) -- 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]
