utkarsharma2 commented on code in PR #35045:
URL: https://github.com/apache/airflow/pull/35045#discussion_r1365849239
##########
docs/README.rst:
##########
@@ -53,11 +53,11 @@ or just to run documentation building
breeze build-docs --docs-only
-Also, you can only build one documentation via ``--package-filter``.
+Also, you can only build documentation for a subset of packages via
``--package-filter``. For example, to build documentation only for the main
Airflow package and the Kubernetes provider package, you can run the following
command:
.. code-block:: bash
- breeze build-docs --package-filter <PACKAGE-NAME>
+ breeze build-docs --package-filter apache-airflow --package-filter
apache-airflow-providers-cncf-kubernetes
Review Comment:
You may want to update here as well -
https://github.com/apache/airflow/blob/e6f445129a998eab62d71bd91b4a5f46cd77c1de/dev/breeze/src/airflow_breeze/commands/developer_commands.py#L370
--
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]