Skip to content

Commit

Permalink
Fix linkcheck
Browse files Browse the repository at this point in the history
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
  • Loading branch information
konstin and willingc committed Feb 28, 2024
1 parent ff1c9d2 commit 50b66cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion source/guides/single-sourcing-package-version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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>`_)::
<https://github.com/pypa/pip/blob/5b1fa83ffcd2ceea484d26783be979403d6563f2/setup.py>`_)::

import codecs
import os.path
Expand Down

0 comments on commit 50b66cd

Please sign in to comment.