Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
tommybolin committed Oct 19, 2018
1 parent 1401df7 commit d68d582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config_sphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
output, error = process.communicate()

# Install
bashCommand = '''python /home/docs/checkouts/readthedocs.org/user_builds/lectureswww/envs/master/bin/pip install --upgrade --cache-dir /home/docs/checkouts/readthedocs.org/user_builds/lectureswww/.cache/pip -r ../_lectures/requirements.txt'''
bashCommand = '''python ../../../envs/master/bin/pip install --upgrade --cache-dir ../../../.cache/pip -r ../_lectures/requirements.txt'''
process = subprocess.Popen(bashCommand.split(), stdout=subprocess.PIPE)
output, error = process.communicate()

Expand Down

0 comments on commit d68d582

Please sign in to comment.