Skip to content

Commit f6d6e5c

Browse files
committed
Temporarily ignore https://pyscaffold.org, fix Fedora link
1 parent 2b6bc98 commit f6d6e5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
# Ignore while StackOverflow is blocking GitHub CI. Ref:
133133
# https://github.com/pypa/packaging.python.org/pull/1474
134134
"https://stackoverflow.com/*",
135+
"https://pyscaffold.org/*",
135136
]
136137
linkcheck_retries = 5
137138
# Ignore anchors for links to GitHub project pages -- GitHub adds anchors from

source/guides/installing-using-linux-tools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To install pip and wheel for the system Python, there are two options:
5151

5252
1. Enable the `EPEL repository <https://fedoraproject.org/wiki/EPEL>`_ using
5353
`these instructions
54-
<https://docs.fedoraproject.org/en-US/epel/#how_can_i_use_these_extra_packages>`__.
54+
<https://docs.fedoraproject.org/en-US/epel/getting-started/>`__.
5555
On EPEL 7, you can install pip and wheel like so:
5656

5757
.. code-block:: bash

0 commit comments

Comments
 (0)