From 8580993a228910ba3349a4154bc35cd452435a8b Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Fri, 11 Sep 2026 17:30:48 +1000 Subject: [PATCH] Drop nb_repository_url, which points at a notebooks repo that does not exist lectures/_config.yml set nb_repository_url to https://github.com/QuantEcon/lecture-dp.notebooks, which returns 404. quantecon-book-theme renders its Launch button whenever the key is set, so every page linked Colab to the missing repository. Leaves the comment the lecture-python-programming editions use for the same case; the theme skips notebook-launch links when the key is unset. Co-Authored-By: Claude Opus 5 (1M context) --- lectures/_config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lectures/_config.yml b/lectures/_config.yml index d6999ba..a8870e5 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -84,7 +84,8 @@ sphinx: header_organisation_url: https://quantecon.org header_organisation: QuantEcon repository_url: https://github.com/QuantEcon/lecture-dp - nb_repository_url: https://github.com/QuantEcon/lecture-dp.notebooks + # nb_repository_url omitted deliberately: no notebooks repo exists for this + # series yet, and the theme skips notebook-launch links when it is unset path_to_docs: lectures twitter: quantecon twitter_logo_url: https://assets.quantecon.org/img/qe-twitter-logo.png