Documentation initialized with:

```bash
sphinx-quickstart tests/docs --sep -q -p Tests -a wbarillon
```

Build documentation on windows:

```bash
docs\make.bat clean && sphinx-build -M dirhtml docs/source docs/build
```

Build documentation on linux:

```bash
make -C tests/docs clean && sphinx-build -M dirhtml tests/docs/source tests/docs/build
```
