reorganize pyproject.toml

This commit is contained in:
thomas girod
2024-06-24 11:24:08 +02:00
parent a8b9f38000
commit e06bc7dba3
4 changed files with 79 additions and 81 deletions

View File

@ -179,7 +179,7 @@ Cette commande génère la documentation à chacune de ses modifications, inutil
Les dépendances pour la documentation sont optionnelles.
Avant de commencer à travailler sur la doc, il faut donc les installer
avec la commande :code:`poetry install -E docs`
avec la commande :code:`poetry install --with docs`
.. sourcecode:: bash