add fr html

This commit is contained in:
Mylloon 2021-11-19 20:37:39 +01:00
parent dcbb9c7c03
commit cf833625e3

View file

@ -56,5 +56,5 @@ A savoir :
### Crédit pour la documentation
Pour générer la documentation présente [ici](doc/) vous aurez besoin de [pdoc](https://pdoc3.github.io/pdoc/), ainsi pour la générer, vous devez lancez cette commande :
```
python3 -m pdoc --html -fo ./documentation .
python3 -m pdoc --html -fc "html_lang='fr'" -o ./documentation .
```