potiuk commented on code in PR #36287: URL: https://github.com/apache/airflow/pull/36287#discussion_r1430682794
########## docs/README.rst: ########## @@ -157,7 +219,41 @@ If you still feel confused then you can view more possible roles for our documen For more information, see: `Cross-referencing syntax <https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html>`_ in Sphinx documentation +Docs troubleshooting +==================== + +``example_dags`` Apache license +------------------------------- + +If you are creating ``example_dags`` directory, you need to create ``example_dags/__init__.py`` with Apache +license or copy another ``__init__.py`` file that contains the necessary license. Review Comment: You can add empty `__init__.py` and pre-commit should add the licence automatically as well. -- 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]
