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" )