DX: re-instate the build of documentation on read-the-docs

This commit is contained in:
juminet
2023-12-13 08:39:56 +00:00
committed by Julien Fastré
parent 91e6b035bd
commit 0ad27328c9
5 changed files with 15 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ Clone or download the chill-skeleton project and `cd` into the main directory.
.. code-block:: bash
git clone https://gitlab.com/Chill-Projet/chill-skeleton-basic.git
cd chill-app
cd chill-skeleton-basic
As a developer, the code will stay on your computer and will be executed in docker container. To avoid permission problem, the code should be run with the same uid/gid from your current user. This is why we get your current user id with the command ``id -u`` in each following scripts.