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