Skip to content

Commit

Permalink
Remove explicit relative build step
Browse files Browse the repository at this point in the history
  • Loading branch information
mpacer committed Dec 14, 2016
1 parent d3be74c commit a915f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# page).
import sys, subprocess

subprocess.run([sys.executable,'-m','pip','install','-e','../../.'])
# subprocess.run([sys.executable,'-m','pip','install','-e','../../.'])

with open('../autogen_config.py') as f:
exec(compile(f.read(), 'autogen_config.py', 'exec'), {})
Expand Down

0 comments on commit a915f45

Please sign in to comment.