Skip to content

Commit 92106a5

Browse files
committed
MAINT: default branch has been renamed to main
1 parent 3a2ea1a commit 92106a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: continuous-integration
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
tags:
77
- 'v*'
88
pull_request:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ theme. See the pages to the left for information about what you can configure wi
4545
See [the Sphinx Book Theme documentation](https://sphinx-book-theme.readthedocs.io/en/latest/)
4646
for 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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
html_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/",

0 commit comments

Comments
 (0)