tifier certains choix.
Souvent on pense à Sphinx comme à un outil de génération de documentation techn... ML.
* Sphinx propose d'autres types de sorties comme PDF, ePub, man etc.
* Sphinx a besoin d'un fi... figuration (conf.py)
* Sphinx est modulaire, il comporte de nombreuses extensions facilement activabl... 'une arborescence spécifique pour fonctionner. La commande ''sphinx-quickstart'' est interactive et se
et.
Se placer à la racine du projet et lancer la commande **sphinx-quickstart**
<code bash>
sphinx-qui... ntation
#
# You can set these variables from the command line, and also
# from the environment for the... doc
BUILDDIR = build/doc
</code>
Tester une compilation
<code bash>
make html
</code>
===== Chan... Références =====
* https://towardsdatascience.com/documenting-python-code-with-sphinx-554e1d6c4f6d?