From 8d8a00046cb140b30c181692bd4bd7d5b99d7e90 Mon Sep 17 00:00:00 2001 From: RAprogramm Date: Sun, 5 Jul 2026 09:50:39 +0700 Subject: [PATCH] #210 fix: disable non-functional playground run button on docs site --- site/build.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/build.py b/site/build.py index 4afc137..4f857b8 100644 --- a/site/build.py +++ b/site/build.py @@ -103,6 +103,9 @@ def book_toml(lang): 'site-url = "/entity-derive/' + lang + '/"\n' 'git-repository-url = "' + REPO_URL + '"\n' 'edit-url-template = "' + REPO_URL + '/edit/main/wiki/{path}"\n' + "\n" + "[output.html.playground]\n" + "runnable = false\n" )