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 8d71500 commit 9f6dd4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,7 @@ def linkcheck(self):
"""
Check for broken links in the documentation.
"""
ret_code = self._sphinx_build("linkcheck")
return ret_code
return self._sphinx_build("linkcheck")


def main():
Expand Down

0 comments on commit 9f6dd4e

Please sign in to comment.