Skip to content

Commit 5ff4c1c

Browse files
committed
address PR comments
1 parent 575687b commit 5ff4c1c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ build/
55
__pycache__
66
.DS_Store
77
/locales/
8-
.vscode

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390
linkcheck_ignore = [
391391
"http://localhost:\d+",
392392
# This is an example that showing to the reader
393-
"https://test.pypi.org/project/example-%3Cspan%20class="x x-first x-last">pkg-YOUR-USERNAME-HERE",
393+
"https://test.pypi.org/project/example-%3Cspan%20class="x x-first x-last">package-YOUR-USERNAME-HERE",
394394
# Ignoring it as it will redirect to login page if reader hasn't logged in.
395395
"https://pypi.org/manage/*",
396396
"https://test.pypi.org/manage/*",

0 commit comments

Comments
 (0)