File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 107
107
# Temporarily ignored. Ref:
108
108
# https://github.com/pypa/packaging.python.org/pull/1308#issuecomment-1775347690
109
109
"https://www.breezy-vcs.org/*" ,
110
+ # Ignore while StackOverflow is blocking GitHub CI. Ref:
111
+ # https://github.com/pypa/packaging.python.org/pull/1474
112
+ "https://stackoverflow.com/*" ,
110
113
]
111
114
linkcheck_retries = 5
112
115
# Ignore anchors for links to GitHub project pages -- GitHub adds anchors from
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ Single-sourcing the package version
9
9
There are many techniques to maintain a single source of truth for the version
10
10
number of your project:
11
11
12
- #. Read the file in :file: `setup.py ` and get the version. Example (from `pip setup.py
13
- <https://github.com/pypa/pip/blob/main/setup.py> `_)::
12
+ #. Read the file in :file: `setup.py ` and get the version. Example::
14
13
15
14
import codecs
16
15
import os.path
You can’t perform that action at this time.
0 commit comments