Skip to content

Commit a3e7a27

Browse files
minor fixes
1 parent 500c9fc commit a3e7a27

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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"

docs/settings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Configuration File Arguments
104104
.. warning::
105105

106106
Unfortunately, due to limitations of the current implementation, all path variables
107-
like git-path, output path, local ``conf.py`` path cannot be select
107+
like git-path, output path, local conf.py path cannot be select
108108
via configuration file argument and must be specified in CLI arguments.
109109

110110
.. option:: sv_project_url: <url>
@@ -115,7 +115,7 @@ Configuration File Arguments
115115

116116
Select any particular branches/tags to build.
117117

118-
The branch/tag names can be specified in an array with names separated by ``,`` or ``|``.
118+
The branch/tag names can be separated by ``,`` or ``|`` and supports regex.
119119

120120
Example: ``sv_select_branch=["main", "v2.0"]``
121121

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)