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