Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Also use the local javasphinx when compiling the doc
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 13 Sep 2020 14:18:07 +0000 (16:18 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 13 Sep 2020 14:18:07 +0000 (16:18 +0200)
docs/Build.sh

index 2b42bfd..afdaab3 100755 (executable)
@@ -44,7 +44,7 @@ EOF
   echo "javasphinx relaunched"
 fi
 
-PYTHONPATH=../lib sphinx-build -M html source build ${SPHINXOPTS} 2>&1 \
+PYTHONPATH=../lib:source/_ext/javasphinx sphinx-build -M html source build ${SPHINXOPTS} 2>&1 \
   | grep -v 'WARNING: cpp:identifier reference target not found: simgrid$' \
   | grep -v 'WARNING: cpp:identifier reference target not found: simgrid::s4u$' \
   | grep -v 'WARNING: cpp:identifier reference target not found: boost'