File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: continuous-integration
22
33on :
44 push :
5- branches : [master ]
5+ branches : [main ]
66 tags :
77 - ' v*'
88 pull_request :
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ theme. See the pages to the left for information about what you can configure wi
4545See [ the Sphinx Book Theme documentation] ( https://sphinx-book-theme.readthedocs.io/en/latest/ )
4646for more information.
4747
48- [ codecov-badge ] : https://codecov.io/gh/executablebooks/sphinx-book-theme/branch/master /graph/badge.svg
48+ [ codecov-badge ] : https://codecov.io/gh/executablebooks/sphinx-book-theme/branch/main /graph/badge.svg
4949[ codecov-link ] : https://codecov.io/gh/executablebooks/sphinx-book-theme
5050
5151[ rtd-badge ] : https://readthedocs.org/projects/sphinx-book-theme/badge/?version=latest
Original file line number Diff line number Diff line change 109109html_theme_options = {
110110 "path_to_docs" : "docs" ,
111111 "repository_url" : "https://github.com/executablebooks/sphinx-book-theme" ,
112- "repository_branch" : "master " ,
112+ "repository_branch" : "main " ,
113113 "launch_buttons" : {
114114 "binderhub_url" : "https://mybinder.org" ,
115115 "colab_url" : "https://colab.research.google.com/" ,
You can’t perform that action at this time.
0 commit comments