Skip to content
Open
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
4 changes: 3 additions & 1 deletion website/docs/reference/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ Enable Python support

Add repositories for dependency resolution.

Accepts predefined repositories supported by Coursier (like `sonatype:snapshots` or `m2Local`) or a URL of the root of Maven repository
Accepts predefined repositories supported by Coursier (like `sonatype:snapshots`, `ivy2Local` or `m2Local`) or a URL of the root of Maven repository

`//> using repository` _repository_

Expand All @@ -466,6 +466,8 @@ Accepts predefined repositories supported by Coursier (like `sonatype:snapshots`

`//> using repository sonatype:snapshots`

`//> using repository ivy2Local`

`//> using repository m2Local`

`//> using repository https://maven-central.storage-download.googleapis.com/maven2`
Expand Down