Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
user manual: create the page, and fiddle with the graphical TOC
[simgrid.git] / .gitlab-ci.yml
index 6a3b563..25f3c2d 100644 (file)
@@ -6,7 +6,7 @@ pages:
   - apt install -y libboost-all-dev libboost-dev python3-pip doxygen fig2dev
   - pip3 install --requirement docs/requirements.txt 
   - cd docs
-  - sphinx-build -M html source/ build/
+  - ./Build.sh
   - mv build/html ../public
   artifacts:
     paths: