diff --git a/.gitignore b/.gitignore index a5e989e..3ed6336 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # Folders _build/ -htdocs/ _live/ +luma/ .mypy_cache/ .ruff_cache/ .vscode/ diff --git a/README.md b/README.md index a668ee2..f39fb13 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ python -m pip install -r requirements.txt ./build.sh [live] ``` -Les fichiers finaux se trouveront dans le dossier "htdocs". +Les fichiers finaux se trouveront dans le dossier "luma". ## Crédits diff --git a/build.sh b/build.sh index 4171fcf..8151112 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash SRC_DIR='sources' -DST_DIR='htdocs' +DST_DIR='luma' dev_live() { sphinx-autobuild \