Skip to content

Commit 70b2806

Browse files
committed
fix year and purge remains of the original link check
1 parent 88c6e3a commit 70b2806

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

conf.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# -- Project information -----------------------------------------------------
1414

1515
project = "Dokumentace české Python komunity"
16-
copyright = "2023, Pyvec, z.s."
16+
copyright = "2025, Pyvec, z.s."
1717
author = "Pyvec, z.s."
1818

1919
# The short X.Y version
@@ -138,18 +138,6 @@
138138
epub_exclude_files = ["search.html"]
139139

140140

141-
# -- Extension configuration -------------------------------------------------
142-
143-
linkcheck_ignore = [
144-
r"https?://127\.0\.0\.1:\d+", # localhost
145-
r"https://docs\.google\.com.*", # links to private documents
146-
r"https://(www\.)?(twitter|x|facebook|buffer|nytimes)\.com.*", # crawling/DDoS protection
147-
r"https://cz\.pycon\.org/\d+/.+", # see https://pyvec.slack.com/archives/C4PPZNPDK/p1617716799001200
148-
r"https://github\.com/[^/]+/[^/]+/commits/.+", # GitHub aggressively rate-limits these
149-
r"https://pyvec\.slack\.com", # Slack is not public
150-
]
151-
152-
153141
# -- Options for todo extension ----------------------------------------------
154142

155143
# If true, `todo` and `todoList` produce output, else they produce nothing.

0 commit comments

Comments
 (0)