Skip to content
Snippets Groups Projects
Commit 7cbbe85b authored by florian's avatar florian
Browse files

FIX: Use fixed javasphinx

parent b86baeb4
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 #37365 failed
......@@ -16,7 +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):
#
# git clone git@github.com:simgrid/javasphinx.git
# cd javasphinx
# git checkout 659209069603a
# pip3 install .
RUN git clone git@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.
Finish editing this message first!
Please register or to comment