From 496dd56fba662e76faaf360a86e6e6e86dd7957f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 00:16:32 +0000 Subject: [PATCH 1/2] Initial plan From a6275e04c7e2a0bba4dc0dedd5ae7156bb2da0fe Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 00:19:09 +0000 Subject: [PATCH 2/2] Add fred.stlouisfed.org to linkcheck_ignore to fix false-positive broken links Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com> --- lectures/_config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lectures/_config.yml b/lectures/_config.yml index af2a4939..36302ec0 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -26,7 +26,8 @@ sphinx: 'https://data.oecd.org/', 'https://www.reddit.com/', 'https://openai.com', - 'https://chatgpt.com/'] + 'https://chatgpt.com/', + 'https://fred.stlouisfed.org/.*'] nb_merge_streams: true # sphinx-exercise exercise_style: "solution_follow_exercise"