File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Tests] [ badge-tests ]] [ link-tests ]
4
4
[ ![ Documentation] [ badge-docs ]] [ link-docs ]
5
5
6
- [ badge-tests ] : https://img.shields.io/github/workflow/status/your_github_username/ scverse-doc /Test/main
6
+ [ badge-tests ] : https://img.shields.io/github/workflow/status/scverse-tutorials /Test/main
7
7
[ link-tests ] : https://github.com/your_github_username/scverse-doc/actions/workflows/test.yml
8
8
[ badge-docs ] : https://img.shields.io/readthedocs/scverse-doc
9
9
Original file line number Diff line number Diff line change 21
21
author = info ["Author" ]
22
22
copyright = f"{ datetime .now ():%Y} , { author } ."
23
23
version = info ["Version" ]
24
- repository_url = f"https://github.com/your_github_username /{ project_name } "
24
+ repository_url = f"https://github.com/scverse /{ project_name } "
25
25
26
26
# The full version, including alpha/beta/rc tags
27
27
release = info ["Version" ]
108
108
109
109
html_theme_options = {
110
110
"repository_url" : repository_url ,
111
+ "repository_branch" : "main" ,
112
+ "path_to_docs" : "docs" ,
111
113
"use_repository_button" : True ,
114
+ "launch_buttons" : {"binderhub_url" : "https://mybinder.org" , "colab_url" : "https://colab.research.google.com" },
112
115
}
113
116
114
117
pygments_style = "default"
You can’t perform that action at this time.
0 commit comments