Skip to content

Commit

Permalink
Get output from build_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Sep 11, 2023
1 parent 57a63f0 commit e737a8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ntd2d/ntd2d_action/sphinxdocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ def build_docs(self, build_command):
build_command,
env=dict(os.environ, SPHINXOPTS=sphinx_options),
cwd=self.docs_dir.as_posix(),
bufsize=1,
text=True,
check=True
)
else:
Expand All @@ -85,6 +87,8 @@ def build_docs(self, build_command):
subprocess.run(
build_command,
cwd=self.docs_dir.as_posix(),
bufsize=1,
text=True,
check=True
)

Expand Down

0 comments on commit e737a8c

Please sign in to comment.