From b03c391703f00c6d0115a9357a492261b0e468b5 Mon Sep 17 00:00:00 2001 From: Lars Vilhuber Date: Fri, 27 Mar 2026 13:48:07 -0400 Subject: [PATCH 1/2] Addressing #26 --- _config.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 8e359a8..d73b5a5 100644 --- a/_config.yml +++ b/_config.yml @@ -24,14 +24,12 @@ bibtex_bibfiles: # Information about where the book exists on the web repository: url: https://github.com/transparency-certified/trace-specification - path_to_book: docs + path_to_book: . branch: main # Add GitHub buttons to your book html: favicon: favicon.ico - use_issues_button: true - use_repository_button: true sphinx: config: @@ -39,3 +37,9 @@ sphinx: - custom.css html_theme_options: search_bar_text: "Search..." + repository_url: https://github.com/transparency-certified/trace-specification + repository_branch: main + path_to_docs: docs + use_issues_button: true + use_repository_button: true + use_edit_page_button: true From 9252f64ad1c37aee808bf2aa82bbc12079b8fcb3 Mon Sep 17 00:00:00 2001 From: Lars Vilhuber Date: Fri, 27 Mar 2026 13:55:27 -0400 Subject: [PATCH 2/2] Update _config.yml by removing duplicate entries Another AI was not sure where this might be used elsewhere. So it might need to be put back in. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- _config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_config.yml b/_config.yml index d73b5a5..9826ba3 100644 --- a/_config.yml +++ b/_config.yml @@ -37,8 +37,6 @@ sphinx: - custom.css html_theme_options: search_bar_text: "Search..." - repository_url: https://github.com/transparency-certified/trace-specification - repository_branch: main path_to_docs: docs use_issues_button: true use_repository_button: true