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 33[ ![ Tests] [ badge-tests ]] [ link-tests ]
44[ ![ Documentation] [ badge-docs ]] [ link-docs ]
55
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
77[ link-tests ] : https://github.com/your_github_username/scverse-doc/actions/workflows/test.yml
88[ badge-docs ] : https://img.shields.io/readthedocs/scverse-doc
99
Original file line number Diff line number Diff line change 2121author = info ["Author" ]
2222copyright = f"{ datetime .now ():%Y} , { author } ."
2323version = info ["Version" ]
24- repository_url = f"https://github.com/your_github_username /{ project_name } "
24+ repository_url = f"https://github.com/scverse /{ project_name } "
2525
2626# The full version, including alpha/beta/rc tags
2727release = info ["Version" ]
108108
109109html_theme_options = {
110110 "repository_url" : repository_url ,
111+ "repository_branch" : "main" ,
112+ "path_to_docs" : "docs" ,
111113 "use_repository_button" : True ,
114+ "launch_buttons" : {"binderhub_url" : "https://mybinder.org" , "colab_url" : "https://colab.research.google.com" },
112115}
113116
114117pygments_style = "default"
You can’t perform that action at this time.
0 commit comments