Skip to content

Commit 9308813

Browse files
authored
Docs: Apply suggestions from CR regarding Poetry example
1 parent ef89302 commit 9308813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/build-customization.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,10 @@ Take a look at the following example:
326326
jobs:
327327
post_create_environment:
328328
# Install poetry
329+
# https://python-poetry.org/docs/#installing-manually
329330
- pip install poetry
330331
# Tell poetry to not use a virtual environment
331332
- poetry config virtualenvs.create false
332-
post_install:
333333
# Install dependencies with 'docs' dependency group
334334
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
335335
- poetry install --with docs

0 commit comments

Comments
 (0)