summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAric Hagberg <aric.hagberg@gmail.com>2013-07-23 05:36:47 -0600
committerAric Hagberg <aric.hagberg@gmail.com>2013-07-23 05:36:47 -0600
commit7d9682a07dcae30acab3c4841e33d31f727a3fb2 (patch)
tree8114aeedd3515ab2c728391e0639c5606039b774
parent9c4058a12e957d922578caf524291385ccc1a801 (diff)
downloadnetworkx-7d9682a07dcae30acab3c4841e33d31f727a3fb2.tar.gz
Use git@github instead of https
-rwxr-xr-xdoc/gh-pages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gh-pages.py b/doc/gh-pages.py
index 0e135df6..46695870 100755
--- a/doc/gh-pages.py
+++ b/doc/gh-pages.py
@@ -31,7 +31,7 @@ from subprocess import Popen, PIPE, CalledProcessError, check_call
pages_dir = 'gh-pages'
html_dir = 'build/html'
pdf_dir = 'build/latex'
-pages_repo = 'https://github.com/networkx/documentation.git'
+pages_repo = 'git@github.com:networkx/documentation.git'
#-----------------------------------------------------------------------------
# Functions