We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedf528 commit e9790ddCopy full SHA for e9790dd
docs/conf.py
@@ -36,7 +36,13 @@
36
"text": "The BIDS Validator",
37
"image_light": "_static/BIDS_logo_black.svg",
38
"image_dark": "_static/BIDS_logo_white.svg",
39
- }
+ },
40
+ "repository_url": "https://github.com/bids-standard/bids-validator",
41
+ "path_to_docs": "docs",
42
+ "use_source_button": True,
43
+ "use_edit_page_button": True,
44
+ "use_repository_button": True,
45
+ "use_issues_button": True,
46
}
47
48
# -- Customization
0 commit comments