Skip to content

Commit

Permalink
Update doc/make.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Meier <[email protected]>
  • Loading branch information
ggold7046 and pmeier authored Sep 19, 2023
1 parent f11e59b commit 8d71500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def _sphinx_build(self, kind: str):
>>> DocBuilder(num_jobs=4)._sphinx_build('html')
"""
if kind not in ("html", "latex", "linkcheck"):
raise ValueError(f"kind must be html or latex or linkcheck, not {kind}")
raise ValueError(f"kind must be html, latex or linkcheck, not {kind}")

cmd = ["sphinx-build", "-b", kind]
if self.num_jobs:
Expand Down

0 comments on commit 8d71500

Please sign in to comment.