From 6e24fb6643d427cc0ca3ef4de52ed88cbb83754f Mon Sep 17 00:00:00 2001 From: Julian Hofer Date: Tue, 5 Sep 2023 22:28:43 +0200 Subject: [PATCH] guide: Add `playground.runnable` = false to book.toml --- guide/book.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/book.toml b/guide/book.toml index 1c089390..31fa4bb1 100644 --- a/guide/book.toml +++ b/guide/book.toml @@ -9,3 +9,4 @@ command = "python3 guide/pyo3_version.py" [output.html] git-repository-url = "https://github.com/PyO3/pyo3/tree/main/guide" edit-url-template = "https://github.com/PyO3/pyo3/edit/main/guide/{path}" +playground.runnable = false \ No newline at end of file