From f361ba6f87bfc233c5687c0e54ca4bc9881d079f Mon Sep 17 00:00:00 2001 From: Michael Wathen Date: Mon, 15 Nov 2021 12:27:22 +0000 Subject: [PATCH] Fixing git clone in docs (#61) --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9c91a57..b8e8910 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -33,7 +33,7 @@ subprocess.run(['git', 'pull']) os.chdir("..") else: - subprocess.run(['git', 'clone', 'git@github.com:pmlmodelling/ersem-setups.git']) + subprocess.run(['git', 'clone', 'https://github.com/pmlmodelling/ersem-setups.git']) # -- General configuration --------------------------------------------------- # Add any Sphinx extension module names here, as strings. They can be