Skip to content

Commit

Permalink
Merge branch 'main' into direct_url.json-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc authored Feb 29, 2024
2 parents a45329c + 241a870 commit b21d9ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
# Temporarily ignored. Ref:
# https://github.com/pypa/packaging.python.org/pull/1308#issuecomment-1775347690
"https://www.breezy-vcs.org/*",
# Ignore while StackOverflow is blocking GitHub CI. Ref:
# https://github.com/pypa/packaging.python.org/pull/1474
"https://stackoverflow.com/*",
]
linkcheck_retries = 5
# Ignore anchors for links to GitHub project pages -- GitHub adds anchors from
Expand Down
3 changes: 1 addition & 2 deletions source/guides/single-sourcing-package-version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ Single-sourcing the package version
There are many techniques to maintain a single source of truth for the version
number of your project:

#. Read the file in :file:`setup.py` and get the version. Example (from `pip setup.py
<https://github.com/pypa/pip/blob/main/setup.py>`_)::
#. Read the file in :file:`setup.py` and get the version. Example::

import codecs
import os.path
Expand Down

0 comments on commit b21d9ef

Please sign in to comment.