From e9790dde1016c5f6acd22a5b01e375c8ccf88d40 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 7 Nov 2024 10:10:40 -0500 Subject: [PATCH] Add GitHub buttons --- docs/conf.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 710b11c1..9010a4a4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,7 +36,13 @@ "text": "The BIDS Validator", "image_light": "_static/BIDS_logo_black.svg", "image_dark": "_static/BIDS_logo_white.svg", - } + }, + "repository_url": "https://github.com/bids-standard/bids-validator", + "path_to_docs": "docs", + "use_source_button": True, + "use_edit_page_button": True, + "use_repository_button": True, + "use_issues_button": True, } # -- Customization