From 2171f9404810c5f3e7167a9570a19a7206f80770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Tue, 27 May 2014 21:15:15 -0400 Subject: [PATCH] Change to http git protocol --- doc/gh-pages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/gh-pages.py b/doc/gh-pages.py index 75c8d9e3..7bcf802c 100755 --- a/doc/gh-pages.py +++ b/doc/gh-pages.py @@ -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