n et make pour construire la documentation:
<code bash>
sudo apt install build-essential python3 python3... ttps://docs.readthedocs.io|read the docs]]
<code bash>
cd my_app
source app_env/bin/activate
pip3 insta... et lancer la commande **sphinx-quickstart**
<code bash>
sphinx-quickstart
</code>
Ici on fait le choix ... udra ensuite modifier le fichier Makefile:
<code bash>
mv source doc
mkdir build/doc
</code>
<code bas