X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b31da7a1c205fdc49fcbef81a505fd2248e8b152..9b89e098cd45d4517c6ffac422997278f9bedc34:/docs/Build.sh?ds=sidebyside diff --git a/docs/Build.sh b/docs/Build.sh index 2b42bfda89..cc536cb689 100755 --- a/docs/Build.sh +++ b/docs/Build.sh @@ -7,7 +7,7 @@ # Python needs to find simgrid on my machine, but not ctest -- sorry for the hack if [ -e /opt/simgrid ] ; then chmod +x /opt/simgrid; fi -set -e +set -ex set -o pipefail if [ "x$1" != 'xdoxy' ] && [ -e build/xml ] ; then @@ -44,10 +44,7 @@ EOF echo "javasphinx relaunched" fi -PYTHONPATH=../lib 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' +PYTHONPATH=../lib:source/_ext/javasphinx sphinx-build -M html source build ${SPHINXOPTS} 2>&1 set +x