Change to http git protocol

This commit is contained in:
Johannes Schönberger
2014-05-27 21:46:41 -04:00
parent a421953d81
commit 2171f94048
+1 -1
View File
@@ -30,7 +30,7 @@ from subprocess import Popen, PIPE, CalledProcessError, check_call
pages_dir = 'gh-pages'
html_dir = 'build/html'
pdf_dir = 'build/latex'
pages_repo = 'git@github.com:scikit-image/docs.git'
pages_repo = 'https://github.com/scikit-image/docs.git'
#-----------------------------------------------------------------------------
# Functions