Skip to content

Commit c3ef36c

Browse files
authored
Merge branch 'main' into tool-recommendations
2 parents 8bd6676 + 241a870 commit c3ef36c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@
107107
# Temporarily ignored. Ref:
108108
# https://github.com/pypa/packaging.python.org/pull/1308#issuecomment-1775347690
109109
"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/*",
110113
]
111114
linkcheck_retries = 5
112115
# Ignore anchors for links to GitHub project pages -- GitHub adds anchors from

source/guides/single-sourcing-package-version.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ Single-sourcing the package version
99
There are many techniques to maintain a single source of truth for the version
1010
number of your project:
1111

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::
1413

1514
import codecs
1615
import os.path

0 commit comments

Comments
 (0)