Skip to content

Commit

Permalink
Use https to fetch dependencies from github
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Dec 29, 2016
1 parent db780cb commit 02553d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def pip_install(package, commit=None, **kwargs):
except DistributionNotFound:
pass
if commit:
package = 'git+git://github.com/{0}.git@{1}'.format(package, commit)
package = 'git+https://github.com/{0}.git@{1}'.format(package, commit)
print('Installing {0}'.format(package))
check_call(['pip', 'install', package])

Expand Down

0 comments on commit 02553d1

Please sign in to comment.