add fr html
This commit is contained in:
parent
dcbb9c7c03
commit
cf833625e3
1 changed files with 1 additions and 1 deletions
|
@ -56,5 +56,5 @@ A savoir :
|
||||||
### Crédit pour la documentation
|
### 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 :
|
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 .
|
||||||
```
|
```
|
||||||
|
|
Reference in a new issue