Skip to content
Snippets Groups Projects
Commit 753a6387 authored by florian's avatar florian
Browse files

FIX: Use correct javasphinx repo URL

parent 7cbbe85b
No related branches found
No related tags found
1 merge request!96DOC: Added CITATION.cff to the list of files in the release guide where the...
Pipeline #37366 failed
......@@ -16,4 +16,4 @@ RUN pip3 install sphinx javasphinx recommonmark sphinx-rtd-theme sphinxcontrib-p
# Alternative, if javasphinx fails because python3-sphinx is too recent:
# (`_l` not found):
#
RUN git clone git@github.com:simgrid/javasphinx.git && cd javasphinx && git checkout 659209069603a && pip3 install .
RUN git clone https://github.com/simgrid/javasphinx.git && cd javasphinx && git checkout 659209069603a && pip3 install .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment