Merge pull request #3433 from Hofer-Julian/noplayground

Add `noplayground` annotation to guide snippets
This commit is contained in:
David Hewitt 2023-09-05 20:53:48 +00:00 committed by GitHub
commit 8dc3d2bc11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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