Skip to content

Commit

Permalink
Remove subprocess call make nbsphinx have no deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mpacer committed Dec 15, 2016
1 parent 1a82f03 commit 10e0b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:
- entrypoints
- pip:
- sphinx==1.4.9
- nbsphinx
- nbsphinx --no-deps
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.call([sys.executable,'-m','pip','install','-e','../../.'])
# subprocess.call([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 10e0b20

Please sign in to comment.