Change to http git protocol

This commit is contained in:
Johannes Schönberger
2014-05-27 21:16:42 -04:00
parent 84503bb106
commit e120f9c811
+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