Skip to content

Commit

Permalink
Fixing git clone in docs (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wathen authored Nov 15, 2021
1 parent 6a12e26 commit f361ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f361ba6

Please sign in to comment.