From 70b28069bd636ea75d996cb5840c6688f4a362d9 Mon Sep 17 00:00:00 2001 From: Honza Javorek Date: Thu, 8 May 2025 22:22:19 +0200 Subject: [PATCH] fix year and purge remains of the original link check --- conf.py | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/conf.py b/conf.py index 6cf0e62..0472572 100644 --- a/conf.py +++ b/conf.py @@ -13,7 +13,7 @@ # -- Project information ----------------------------------------------------- project = "Dokumentace české Python komunity" -copyright = "2023, Pyvec, z.s." +copyright = "2025, Pyvec, z.s." author = "Pyvec, z.s." # The short X.Y version @@ -138,18 +138,6 @@ epub_exclude_files = ["search.html"] -# -- Extension configuration ------------------------------------------------- - -linkcheck_ignore = [ - r"https?://127\.0\.0\.1:\d+", # localhost - r"https://docs\.google\.com.*", # links to private documents - r"https://(www\.)?(twitter|x|facebook|buffer|nytimes)\.com.*", # crawling/DDoS protection - r"https://cz\.pycon\.org/\d+/.+", # see https://pyvec.slack.com/archives/C4PPZNPDK/p1617716799001200 - r"https://github\.com/[^/]+/[^/]+/commits/.+", # GitHub aggressively rate-limits these - r"https://pyvec\.slack\.com", # Slack is not public -] - - # -- Options for todo extension ---------------------------------------------- # If true, `todo` and `todoList` produce output, else they produce nothing.