From 3e5c06b65e34dff8e609e81c497d3529ce558c6c Mon Sep 17 00:00:00 2001 From: messense Date: Thu, 22 Sep 2022 17:24:17 +0800 Subject: [PATCH] Add git repository and edit urls to user guide --- guide/book.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/book.toml b/guide/book.toml index d34d2314a2f..1c089390eef 100644 --- a/guide/book.toml +++ b/guide/book.toml @@ -5,3 +5,7 @@ author = "PyO3 Project and Contributors" [preprocessor.pyo3_version] 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}"