Skip to content

Commit f769fb9

Browse files
fixed theme
1 parent 500c9fc commit f769fb9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,5 +254,3 @@
254254
"sphinx": ("https://www.sphinx-doc.org/", None),
255255
"gitpython": ("https://gitpython.readthedocs.io/en/stable/", None),
256256
}
257-
258-
pygments_style = "github-dark"

tests/test_branch_selection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_parse_branch_selection_regex(branches, select, exclude):
5151
"quite": False,
5252
"verbose": True,
5353
"main_branch": "main",
54-
"force_branches": True,
54+
"force_branch": True,
5555
"select_branch": parsed_select,
5656
"exclude_branch": parsed_exclude,
5757
},

0 commit comments

Comments
 (0)