You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/05/19 06:26:39 UTC

[airflow] branch master updated: Add usage for --package-filter option (#15918)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 89bef91  Add usage for --package-filter option (#15918)
89bef91 is described below

commit 89bef9199c1b96c4f02501ec4e5f309414a55ac9
Author: Yusuke Nishioka <yu...@gmail.com>
AuthorDate: Wed May 19 15:26:15 2021 +0900

    Add usage for --package-filter option (#15918)
---
 docs/README.rst | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/docs/README.rst b/docs/README.rst
index abb9a1c..248dcda 100644
--- a/docs/README.rst
+++ b/docs/README.rst
@@ -57,6 +57,18 @@ or just to run documentation building
 
      ./breeze build-docs -- --docs-only
 
+Also, you can only build one documentation via ``--package-filter``.
+
+.. code-block:: bash
+
+    ./breeze build-docs -- --package-filter <PACKAGE-NAME>
+
+You can also see all the available arguments via ``--help``.
+
+.. code-block:: bash
+
+    ./breeze build-docs -- --help
+
 Running the Docs Locally
 ------------------------