We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6077137 + ab2b541 commit febe7cfCopy full SHA for febe7cf
1 file changed
docs/source/conf.py
@@ -27,7 +27,13 @@
27
html_theme_options = {
28
"show_toc_level": 3,
29
"home_page_in_toc": True,
30
- "navigation_depth": 4
+ "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",
37
38
}
39
#html_static_path = ['_static']
0 commit comments