Skip to content

Commit febe7cf

Browse files
authored
adding github repo link to docs page
2 parents 6077137 + ab2b541 commit febe7cf

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/source/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@
2727
html_theme_options = {
2828
"show_toc_level": 3,
2929
"home_page_in_toc": True,
30-
"navigation_depth": 4
30+
"navigation_depth": 4,
31+
"repository_url": "https://github.com/AMRverse/AMRrules/",
32+
"use_repository_button": True,
33+
"use_issues_button": False,
34+
"use_edit_page_button": False,
35+
"path_to_docs": "docs", # Change this if your folder is named 'doc' or similar
36+
"repository_branch": "main",
3137

3238
}
3339
#html_static_path = ['_static']

0 commit comments

Comments
 (0)