Skip to content

Commit 9f9e6f3

Browse files
authored
Merge pull request #708 from lubosmj/make-doc-snippets-easier-to-reproduce
Add a note about domains when accessing the index
2 parents 1d51c87 + 234240e commit 9f9e6f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/user/guides/publish.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ $ http $BASE_ADDR/pypi/foo/simple/
102102
$ http $BASE_ADDR/pypi/foo/simple/shelf-reader/
103103
```
104104

105+
!!! note
106+
When domains are enabled, it is necessary to include the domain name within the URL, like so:
107+
`$BASE_ADDR/pypi/${DOMAIN_NAME}/foo/simple/`
108+
105109
The content is also pip installable:
106110

107111
```bash

0 commit comments

Comments
 (0)