Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix MC build
[simgrid.git] / .gitlab-ci.yml
index b3f0665323b61647f6dd8a217d8d8c0950584d2c..7c355ce85ac4c135f02fdbc7772c662431ff335c 100644 (file)
@@ -11,7 +11,7 @@ pages:
   - make -j4
   - pip3 install --requirement docs/requirements.txt
   - cd docs
-  - LC_ALL=C.UTF-8 SPHINXOPTS=-vv PYTHONPATH=/builds/simgrid/simgrid/docs/source/_ext/autodoxy ./Build.sh
+  - LC_ALL=C.UTF-8 SPHINXOPTS=-vv ./Build.sh
   - mv build/html ../public
   # - The CSS contains a reference to a font or something, not something we gonna fix on our side
   # - The javasphinx output does not exist in the git, so the "edit on FramaGit" link is broken.