Skip to content

Commit a98368e

Browse files
mmckyclaude
andcommitted
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-python.zh-cn.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) <noreply@anthropic.com>
1 parent 3f42356 commit a98368e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lectures/_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ sphinx:
8282
header_organisation_url: https://quantecon.org
8383
header_organisation: QuantEcon
8484
repository_url: https://github.com/QuantEcon/lecture-python.myst
85-
nb_repository_url: https://github.com/QuantEcon/lecture-python.zh-cn.notebooks
85+
# nb_repository_url omitted deliberately: no notebooks repo exists for this
86+
# edition yet, and the theme skips notebook-launch links when it is unset
8687
twitter: quantecon
8788
twitter_logo_url: https://assets.quantecon.org/img/qe-twitter-logo.png
8889
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png

0 commit comments

Comments
 (0)