Skip to content

Commit

Permalink
Merge aaf1177 into e0f40b6
Browse files Browse the repository at this point in the history
  • Loading branch information
sdementen committed Jul 29, 2017
2 parents e0f40b6 + aaf1177 commit 11277a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_autobuild/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def build(self, path=None):
sys.stdout.write('-' * (81 - len(pre)))
sys.stdout.write('\n')

args = ['sphinx-build'] + self._args
args = [sys.executable, '-msphinx'] + self._args
if pty:
master, slave = pty.openpty()
stdout = os.fdopen(master)
Expand Down

0 comments on commit 11277a3

Please sign in to comment.