From 506be8be5c82ce3c81f17b3c81f1b3fa7a3ce9dc Mon Sep 17 00:00:00 2001 From: Foucher Alexandre Date: Wed, 24 Jan 2024 12:58:03 +0100 Subject: [PATCH] correct readme --- cpp-example/readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cpp-example/readme.md b/cpp-example/readme.md index 6ae5cd4..fed95ce 100644 --- a/cpp-example/readme.md +++ b/cpp-example/readme.md @@ -83,4 +83,7 @@ The best way is to go in `source/index.rst` and add `api/library_root` as an ent **4. Now you can generate !** Inside the `docs` directory you can now execute `make html` ! -You can acces it through `docs/build/html/index.html`. \ No newline at end of file +You can acces it through `docs/build/html/index.html`. + +> :warning: **Warning** +> Do not store the `build` folder in your remote storage, if you use `git` simply copy the `.gitignore` inside `cpp-example/docs` and paste it to your `docs` folder. \ No newline at end of file