Used to build online documentation via CI at http://docs.expyriment.org.
- Clone this repository
- Clone expyriment source
- To build the HTML documentation, run
make html EXPYRIMENT_PATH=<path-to-expyriment-source>
where<path-to-expyriment-source>
is a (relative or absolute) path to the cloned expyriment source from step 2 - Find the built html files in the directory _build/html