Skip to content

Commit

Permalink
doc : environnement de build
Browse files Browse the repository at this point in the history
  • Loading branch information
MaelREBOUX committed Sep 29, 2022
1 parent 6dc2264 commit 355b5e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/build.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#! /bin/bash

# purge des builds
# pour voir toutes les erreurs à chaque build
rm -rf _build/

sphinx-build -b html ./ _build/

echo ""
Expand Down

0 comments on commit 355b5e6

Please sign in to comment.