We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575687b commit 5ff4c1cCopy full SHA for 5ff4c1c
2 files changed
.gitignore
@@ -5,4 +5,3 @@ build/
5
__pycache__
6
.DS_Store
7
/locales/
8
-.vscode
source/conf.py
@@ -390,7 +390,7 @@
390
linkcheck_ignore = [
391
"http://localhost:\d+",
392
# This is an example that showing to the reader
393
- "https://test.pypi.org/project/example-pkg-YOUR-USERNAME-HERE",
+ "https://test.pypi.org/project/example-package-YOUR-USERNAME-HERE",
394
# Ignoring it as it will redirect to login page if reader hasn't logged in.
395
"https://pypi.org/manage/*",
396
"https://test.pypi.org/manage/*",
0 commit comments