mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-11 19:10:58 +00:00
Fix shell=True
This commit is contained in:
parent
dfbae94963
commit
b66a83b550
@ -39,7 +39,7 @@ class DotNetSphinxMapper(SphinxMapperBase):
|
||||
command = ['docfx', 'metadata', '--raw', '--force']
|
||||
command.extend(all_files)
|
||||
proc = subprocess.Popen(
|
||||
command,
|
||||
command.join(' '),
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE,
|
||||
shell=True,
|
||||
|
Loading…
Reference in New Issue
Block a user