Explicitly call bash for docfx

pull/23/head
Eric Holscher 9 years ago
parent f7621c9bac
commit 3c89158662

@ -36,7 +36,7 @@ class DotNetSphinxMapper(SphinxMapperBase):
all_files.add(_file) all_files.add(_file)
if all_files: if all_files:
try: try:
command = ['docfx', 'metadata', '--raw', '--force'] command = ['bash', 'docfx', 'metadata', '--raw', '--force']
command.extend(all_files) command.extend(all_files)
proc = subprocess.Popen( proc = subprocess.Popen(
command, command,

Loading…
Cancel
Save