Skip to content

Commit

Permalink
remove -- in ./breeze build-docs command (#23671)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishiis authored May 12, 2022
1 parent 3138604 commit 3fa5716
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,25 @@ or just to run spell-check

.. code-block:: bash
./breeze build-docs -- --spellcheck-only
./breeze build-docs --spellcheck-only
or just to run documentation building

.. code-block:: bash
./breeze build-docs -- --docs-only
./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>
./breeze build-docs --package-filter <PACKAGE-NAME>
You can also see all the available arguments via ``--help``.

.. code-block:: bash
./breeze build-docs -- --help
./breeze build-docs --help
Running the Docs Locally
------------------------
Expand Down

0 comments on commit 3fa5716

Please sign in to comment.