Documentation initialized with:

```bash
sphinx-quickstart docs --sep -q -p wox -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 docs clean && sphinx-build -M dirhtml docs/source docs/build
```

In Sphinx, an absolute path is a documentation-root path, not a filesystem path.
It always starts with /, and / refers to the directory containing the main index.rst.
