Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / docs / Build.sh
index 3a1c8b7..8aa516b 100755 (executable)
@@ -32,6 +32,8 @@ else
   set +x
 fi
 
+PYTHONPATH=../lib sphinx-build -M html source build ${SPHINXOPTS} 2>&1
+
 set +x
 
 perl -pe 's/(xlink:href="(?:http|.*\.html))/target="_top" $1/' \
@@ -63,3 +65,5 @@ else
   echo "Install linkchecker to have it executed when you build the doc."
 fi
 
+echo "Undocumented symbols:"
+./find-missing.py 2>&1