Skip to content

Commit 242b6b4

Browse files
committed
Remove kivy.org from linkcheck
The cert for kivy.org is expired, failing the mandatory linkcheck.
1 parent a86fed2 commit 242b6b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@
160160
# Temporarily ignored due to expired TLS cert.
161161
# Ref: https://github.com/pypa/packaging.python.org/issues/1998
162162
r"https://blog\.ganssle\.io/.*",
163+
# Temporarily ignored due to expired TLS cert.
164+
r"https://kivy.org/.*",
163165
]
164166
linkcheck_retries = 2
165167
linkcheck_timeout = 30

0 commit comments

Comments
 (0)