Update compilation authored by Rémy Mozul's avatar Rémy Mozul
...@@ -39,11 +39,8 @@ If you want to re-build the documentation run: ...@@ -39,11 +39,8 @@ If you want to re-build the documentation run:
```shell ```shell
make docs make docs
``` ```
It will build the sphinx documentation in: It will build the sphinx documentation in `build/docs` directory,
* docs/chipy/ but the one provided should be up-to-date
* docs/dev/
* docs/Pre/
But the one provided should be up-to-date
Our policy is to not mess with default system paths. So instead we advise to Our policy is to not mess with default system paths. So instead we advise to
use an environment variable to add to python the path to our build directory. use an environment variable to add to python the path to our build directory.
... ...
......