Skip to content

Commit

Permalink
fixed theme
Browse files Browse the repository at this point in the history
  • Loading branch information
devanshshukla99 committed Jul 24, 2024
1 parent 500c9fc commit f769fb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,3 @@
"sphinx": ("https://www.sphinx-doc.org/", None),
"gitpython": ("https://gitpython.readthedocs.io/en/stable/", None),
}

pygments_style = "github-dark"
2 changes: 1 addition & 1 deletion tests/test_branch_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_parse_branch_selection_regex(branches, select, exclude):
"quite": False,
"verbose": True,
"main_branch": "main",
"force_branches": True,
"force_branch": True,
"select_branch": parsed_select,
"exclude_branch": parsed_exclude,
},
Expand Down

0 comments on commit f769fb9

Please sign in to comment.