Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/changelog/1186.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove the ``--srcdir`` option from the basic usage how-to; there is no such option - by :user:`hxperl`
6 changes: 1 addition & 5 deletions docs/how-to/basic-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,7 @@ Build defaults to the current directory. To build from a different location:

$ python -m build path/to/project

Or explicitly:

.. code-block:: console

$ python -m build --srcdir path/to/project
The source directory is positional; there is no option form.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can remove this line too, as long as we don't indicate it that it's optional, I don't think we need to state it.


*************************************
Building from a source distribution
Expand Down
Loading