Skip to content

Commit 8644bb2

Browse files
committed
🔧 point to main as default
It does not hurt, but there is no master (and colab maps than master to main, but keeps the url master). Better to be explicit.
1 parent c5a9b3f commit 8644bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
html_theme_options = {
6262
"github_url": "https://github.com/biosustain/dsp_workshop_dataviz_python",
6363
"repository_url": "https://github.com/biosustain/dsp_workshop_dataviz_python",
64-
# "repository_branch": "main",
64+
"repository_branch": "main",
6565
"home_page_in_toc": True,
6666
# "path_to_docs": "docs",
6767
"show_navbar_depth": 1,

0 commit comments

Comments
 (0)