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:
```shell
make docs
```
It will build the sphinx documentation in:
* docs/chipy/
* docs/dev/
* docs/Pre/
But the one provided should be up-to-date
It will build the sphinx documentation in `build/docs` directory,
but the one provided should be up-to-date
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.
......
......