Changes
Page history
Update compilation
authored
Jan 26, 2018
by
Rémy Mozul
Hide whitespace changes
Inline
Side-by-side
compilation.md
View page @
d0d5d311
...
@@ -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.
...
...
...
...