Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 29, 2023
1 parent b4072db commit 39b6d8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def test_parallel_build():
# not have a way to pass parallel=2 to the Sphinx constructor
# https://github.com/sphinx-doc/sphinx/blob/d8c006f1c0e612d0dc595ae463b8e4c3ebee5ca4/sphinx/testing/util.py#L101
check_call(
f"sphinx-build -j 2 -W -b html {path_tests}/sites/parallel-build build", shell=True
f"sphinx-build -j 2 -W -b html {path_tests}/sites/parallel-build build",
shell=True,
)


Expand Down

0 comments on commit 39b6d8b

Please sign in to comment.