Skip to content

Commit

Permalink
Add usage for --package-filter option (apache#15918)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysk24ok authored May 19, 2021
1 parent 6f1c6fe commit 89bef91
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------------

Expand Down

0 comments on commit 89bef91

Please sign in to comment.