Source files for the elabftw documentation.
$ git clone https://github.com/elabftw/elabdoc
$ cd elabdoc
$ npm install grunt grunt-shell
$ sudo npm install -g grunt-cli
$ sudo pip install sphinx sphinx_rtd_theme
To generate the HTML documentation:
$ grunt doc
Then point your browser to the doc/_build/html
folder.